diff options
author | Fer <nanda.fer@gmail.com> | 2018-10-31 10:38:22 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 10:38:22 -0300 |
commit | e2637963b93d6fd610de994273713ccbd94a6522 (patch) | |
tree | e7c1ffe8b549d1a15b312924785fa96eb1969083 /pt-br/yaml-pt.html.markdown | |
parent | 049838460e27f0a9777ac92dfc2843a5f9056358 (diff) |
[yaml/pt-br] Remove lines
Diffstat (limited to 'pt-br/yaml-pt.html.markdown')
-rw-r--r-- | pt-br/yaml-pt.html.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pt-br/yaml-pt.html.markdown b/pt-br/yaml-pt.html.markdown index 569bde75..0b71877e 100644 --- a/pt-br/yaml-pt.html.markdown +++ b/pt-br/yaml-pt.html.markdown @@ -11,8 +11,6 @@ lang: pt-br YAML é uma linguagem de serialização de dados projetado para ser diretamente gravável e legível por seres humanos. -It's a strict superset of JSON, with the addition of syntactically significant newlines and indentation, like Python. Unlike Python, however, YAML doesn't allow literal tab characters for indentation. - É um superconjunto de JSON, com a adição de indentação e quebras de linhas sintaticamente significativas, como Python. Ao contrário de Python, entretanto, YAML não permite o caracter literal tab para identação. ```yaml |