Skip to content

Commit eb79dd2

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parent 6a40b34 commit eb79dd2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

c-api/exceptions.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ msgid ""
3939
"pointer, or ``-1`` if they return an integer (exception: the ``PyArg_*`` "
4040
"functions return ``1`` for success and ``0`` for failure)."
4141
msgstr ""
42-
":c:data:`errno`As funções descritas nesse capítulo permitem você tratar e "
43-
"gerar exceções em Python. É importante entender alguns princípios básicos no "
44-
"tratamento de exceção no Python. Funciona de forma parecida com a variável "
45-
"POSIX : existe um indicador global (por thread) do último erro ocorrido. A "
42+
"As funções descritas nesse capítulo permitem você tratar e gerar exceções em "
43+
"Python. É importante entender alguns princípios básicos no tratamento de "
44+
"exceções no Python. Funciona de forma parecida com a variável POSIX :c:data:"
45+
"`errno`: existe um indicador global (por thread) do último erro ocorrido. A "
4646
"maioria das funções da API C não o zera ao obter sucesso, mas o define para "
4747
"indicar a causa do erro ao falhar. A maioria das funções da API retorna um "
4848
"indicador de erro, geralmente, ``NULL`` se eles devem retornar um ponteiro, "

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "68.76%", "translated": 38373, "entries": 55811, "updated_at": "2025-09-18T23:52:41+00:00Z"}
1+
{"completion": "68.76%", "translated": 38373, "entries": 55811, "updated_at": "2025-09-19T23:53:45+00:00Z"}

0 commit comments

Comments
 (0)