File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ msgstr ""
267
267
msgid ""
268
268
":ref:`Availability <availability>`: Windows, systems with POSIX threads."
269
269
msgstr ""
270
- "ref:`Disponibilidad <availability>`: Windows, sistemas con hilos POSIX."
270
+ ": ref:`Disponibilidad <availability>`: Windows, sistemas con hilos POSIX."
271
271
272
272
#: ../Doc/library/threading.rst:153
273
273
msgid "This module also defines the following constant:"
@@ -1730,8 +1730,8 @@ msgstr ""
1730
1730
"Esta clase provee un primitivo de sincronización simple para ser usado por "
1731
1731
"un número fijo de hilos que necesitan esperarse entre ellos. Cada uno de los "
1732
1732
"hilos intenta pasar la barrera llamando al método :meth:`~Barrier.wait` y "
1733
- "bloqueará hasta que todos los hilos hayan hecho sus respectivas llamadas a `: "
1734
- "meth:~Barrier.wait`. En este punto, los hilos son liberados simultáneamente."
1733
+ "bloqueará hasta que todos los hilos hayan hecho sus respectivas llamadas a "
1734
+ ": meth:` ~Barrier.wait`. En este punto, los hilos son liberados simultáneamente."
1735
1735
1736
1736
#: ../Doc/library/threading.rst:958
1737
1737
msgid ""
You can’t perform that action at this time.
0 commit comments