10
10
# Rafael Marques <rafaelomarques@gmail.com>, 2021
11
11
# Willian C Lopes <willclbr@gmail.com>, 2021
12
12
# Leandro Morales, 2021
13
- # Rafael Fontenelle <rffontenelle@gmail.com>, 2021
14
13
# Andre Weber, 2021
14
+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2021
15
15
#
16
16
#, fuzzy
17
17
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
20
20
"Report-Msgid-Bugs-To :\n "
21
21
"POT-Creation-Date :2021-06-29 12:56+0000\n "
22
22
"PO-Revision-Date :2021-06-28 00:49+0000\n "
23
- "Last-Translator :Andre Weber , 2021\n "
23
+ "Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com> , 2021\n "
24
24
"Language-Team :Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
25
25
"teams/5390/pt_BR/)\n "
26
26
"MIME-Version :1.0\n "
@@ -594,7 +594,7 @@ msgid ""
594
594
"Use :c:func:`Py_DecodeLocale` to decode a bytes string to get a :c:type:"
595
595
"`wchar_*` string."
596
596
msgstr ""
597
- "Utiliza :c:func:`Py_DecodeLocale` para decodificar umacadeia de bytes para "
597
+ "Utiliza :c:func:`Py_DecodeLocale` para decodificar umastring de bytes para "
598
598
"obter uma string tipo :c:type:`wchar_*`."
599
599
600
600
#: ../../c-api/init.rst:375
@@ -820,7 +820,7 @@ msgid ""
820
820
msgstr ""
821
821
"Se *updatepath* é zero, isto é tudo o que a função faz. Se *updatepath* não "
822
822
"é zero, a função também modifica :data:`sys.path` de acordo com o seguinte "
823
- "algorítimo :"
823
+ "algoritmo :"
824
824
825
825
#: ../../c-api/init.rst:609
826
826
msgid ""
@@ -927,8 +927,8 @@ msgid ""
927
927
"Most extension code manipulating the :term:`GIL` has the following simple "
928
928
"structure::"
929
929
msgstr ""
930
- "A maioria dos códigos de extensão que manipulam o :term:`GIL têm a seguinte "
931
- "estrutura:"
930
+ "A maioria dos códigos de extensão que manipulam o :term:`GIL` têm a "
931
+ "seguinte estrutura: :"
932
932
933
933
#: ../../c-api/init.rst:726
934
934
msgid "This is so common that a pair of macros exists to simplify it::"