Skip to content

Commit a9b7675

Browse files
solved inconsistences in term references
1 parent 609a37c commit a9b7675

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/threading.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ msgstr ""
267267
msgid ""
268268
":ref:`Availability <availability>`: Windows, systems with POSIX threads."
269269
msgstr ""
270-
"ref:`Disponibilidad <availability>`: Windows, sistemas con hilos POSIX."
270+
":ref:`Disponibilidad <availability>`: Windows, sistemas con hilos POSIX."
271271

272272
#: ../Doc/library/threading.rst:153
273273
msgid "This module also defines the following constant:"
@@ -1730,8 +1730,8 @@ msgstr ""
17301730
"Esta clase provee un primitivo de sincronización simple para ser usado por "
17311731
"un número fijo de hilos que necesitan esperarse entre ellos. Cada uno de los "
17321732
"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."
17351735

17361736
#: ../Doc/library/threading.rst:958
17371737
msgid ""

0 commit comments

Comments
 (0)