Skip to content

Commit ef57df3

Browse files
committed
Cumplir la traducción de contextvars.po
1 parent 2ef8313 commit ef57df3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

library/contextvars.po

+5-3
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,11 @@ msgid ""
234234
"object. This means that a :class:`ContextVar` object behaves in a similar "
235235
"fashion to :func:`threading.local()` when values are assigned in different "
236236
"threads."
237-
msgstr "Cada hilo tendrá un objecto de nivel superior :class:`~contextvars.Context`. "
238-
"Esto significa que un objeto :class:`ContextVar` se comporta de una manera similar a "
239-
":func:`threading.local()` cuando los valores están asignados desde hilos diferentes"
237+
msgstr ""
238+
"Cada hilo tendrá un objecto de nivel superior :class:`~contextvars.Context`. "
239+
"Esto significa que un objeto :class:`ContextVar` se comporta de una manera "
240+
"similar a :func:`threading.local()` cuando los valores están asignados desde "
241+
"hilos diferentes"
240242

241243
#: ../Doc/library/contextvars.rst:152
242244
msgid "Context implements the :class:`collections.abc.Mapping` interface."

0 commit comments

Comments
 (0)