File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ msgstr ""
55
55
"utilizando uma API semelhante ao módulo :mod:`threading`. O pacote :mod:"
56
56
"`multiprocessing` oferece simultaneamente concorrência local e remota, "
57
57
"efetivamente contornando o :ref:`bloqueio global do interpretador <global "
58
- "interpreter lock>, ao utilizar subprocessos ao invés de threads. Devido a "
58
+ "interpreter lock>` , ao utilizar subprocessos ao invés de threads. Devido a "
59
59
"isso, o módulo :mod:`multiprocessing` permite ao programador aproveitar "
60
60
"totalmente os múltiplos processadores de uma máquina. Ele funciona tanto em "
61
61
"Unix como em Windows."
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ msgid ""
39
39
"See also the :file:`Misc/SpecialBuilds.txt` in the Python source "
40
40
"distribution."
41
41
msgstr ""
42
- "Vejá também o :file:`Misc/SpecialBuilds.txt` na distribuição fonte do Python."
42
+ "Veja também o :file:`Misc/SpecialBuilds.txt` na distribuição fonte do Python."
43
43
44
44
#: ../../using/configure.rst:17
45
45
msgid "General Options"
You can’t perform that action at this time.
0 commit comments