Skip to content

Commit ae1db0e

Browse files
pomerge from 3.10 branch into 3.9
1 parent 5601f18 commit ae1db0e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

c-api/init.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ msgid ""
592592
"Use :c:func:`Py_DecodeLocale` to decode a bytes string to get a "
593593
":c:type:`wchar_*` string."
594594
msgstr ""
595-
"Utiliza :c:func:`Py_DecodeLocale` para decodificar uma cadeia de bytes para "
595+
"Utiliza :c:func:`Py_DecodeLocale` para decodificar uma string de bytes para "
596596
"obter uma string tipo :c:type:`wchar_*`."
597597

598598
#: ../../c-api/init.rst:374
@@ -806,7 +806,7 @@ msgid ""
806806
msgstr ""
807807
"Se *updatepath* é zero, isto é tudo o que a função faz. Se *updatepath* não "
808808
"é zero, a função também modifica :data:`sys.path` de acordo com o seguinte "
809-
"algorítimo:"
809+
"algoritmo:"
810810

811811
#: ../../c-api/init.rst:578
812812
msgid ""
@@ -913,8 +913,8 @@ msgid ""
913913
"Most extension code manipulating the :term:`GIL` has the following simple "
914914
"structure::"
915915
msgstr ""
916-
"A maioria dos códigos de extensão que manipulam o :term:`GIL têm a seguinte "
917-
"estrutura:"
916+
"A maioria dos códigos de extensão que manipulam o :term:`GIL` têm a "
917+
"seguinte estrutura::"
918918

919919
#: ../../c-api/init.rst:689
920920
msgid "This is so common that a pair of macros exists to simplify it::"

0 commit comments

Comments
 (0)