Skip to content

Commit 429fdf7

Browse files
Update library/threading.po
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent 1f90971 commit 429fdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/threading.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ msgid ""
298298
"Thread class, when implemented, are mapped to module-level functions."
299299
msgstr ""
300300
"El diseño de este módulo está libremente basado en el modelo de *threading* "
301-
"de Java. Sin embargo, donde Java hace de *(locks)* y variables condicionales "
301+
"de Java. Sin embargo, donde Java hace *locks* y variables condicionales "
302302
"el comportamiento básico de cada objeto, éstos son objetos separados en "
303303
"Python. La clase de Python :class:`Thread` soporta un subdominio del "
304304
"comportamiento de la clase *Thread* de Java; actualmente, no hay prioridades, "

0 commit comments

Comments
 (0)