File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -591,7 +591,7 @@ msgid ""
591
591
"Use :c:func:`Py_DecodeLocale` to decode a bytes string to get a :c:type:"
592
592
"`wchar_*` string."
593
593
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 "
595
595
"obter uma string tipo :c:type:`wchar_*`."
596
596
597
597
#: ../../c-api/init.rst:374
@@ -805,7 +805,7 @@ msgid ""
805
805
msgstr ""
806
806
"Se *updatepath* é zero, isto é tudo o que a função faz. Se *updatepath* não "
807
807
"é zero, a função também modifica :data:`sys.path` de acordo com o seguinte "
808
- "algorítimo :"
808
+ "algoritmo :"
809
809
810
810
#: ../../c-api/init.rst:578
811
811
msgid ""
@@ -912,8 +912,8 @@ msgid ""
912
912
"Most extension code manipulating the :term:`GIL` has the following simple "
913
913
"structure::"
914
914
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: :"
917
917
918
918
#: ../../c-api/init.rst:689
919
919
msgid "This is so common that a pair of macros exists to simplify it::"
You can’t perform that action at this time.
0 commit comments