Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8de1441

Browse files
author
github-actions
committed
Merge 3.10 into 3.9
1 parent ff9df5b commit 8de1441

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

c-api/init.po

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

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

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

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

0 commit comments

Comments
 (0)