Skip to content

Commit 2ae2d45

Browse files
authored
Cumplir la traducción de contextvars.po (#2841)
Retiré la marca de fuzzy y añadí la traducción de `../Doc/library/contextvars.rst:147` closes #2471
1 parent 73ff1c5 commit 2ae2d45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

library/contextvars.po

+4-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ msgstr ""
178178
"*token*."
179179

180180
#: ../Doc/library/contextvars.rst:111
181-
#, fuzzy
182181
msgid ""
183182
"A read-only property. Set to the value the variable had before the :meth:"
184183
"`ContextVar.set` method call that created the token. It points to :attr:"
@@ -236,6 +235,10 @@ msgid ""
236235
"fashion to :func:`threading.local()` when values are assigned in different "
237236
"threads."
238237
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"
239242

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

0 commit comments

Comments
 (0)