File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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."
594594msgstr ""
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 ""
806806msgstr ""
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
812812msgid ""
@@ -913,8 +913,8 @@ msgid ""
913913"Most extension code manipulating the :term:`GIL` has the following simple "
914914"structure::"
915915msgstr ""
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
920920msgid "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