Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9574d7 commit 7ea1af2Copy full SHA for 7ea1af2
library/concurrent.futures.po
@@ -161,7 +161,7 @@ msgid ""
161
"*wait*, the entire Python program will not exit until all pending futures "
162
"are done executing."
163
msgstr ""
164
-"Si *wait* es True este método no retornará hasta que todos los futuros "
+"Si *wait* es ``True`` este método no retornará hasta que todos los futuros "
165
"pendientes hayan terminado su ejecución y los recursos asociados al ejecutor "
166
"hayan sido liberados. Si *wait* es Falso, este método retornará de "
167
"inmediato y los recursos asociados al ejecutor se liberarán cuando todos los "
0 commit comments