diff --git a/library/contextvars.po b/library/contextvars.po index 5bb19c2154..a488e68e8d 100644 --- a/library/contextvars.po +++ b/library/contextvars.po @@ -178,7 +178,6 @@ msgstr "" "*token*." #: ../Doc/library/contextvars.rst:111 -#, fuzzy msgid "" "A read-only property. Set to the value the variable had before the :meth:" "`ContextVar.set` method call that created the token. It points to :attr:" @@ -236,6 +235,10 @@ msgid "" "fashion to :func:`threading.local()` when values are assigned in different " "threads." msgstr "" +"Cada hilo tendrá un objecto de nivel superior :class:`~contextvars.Context`. " +"Esto significa que un objeto :class:`ContextVar` se comporta de una manera " +"similar a :func:`threading.local()` cuando los valores están asignados desde " +"hilos diferentes" #: ../Doc/library/contextvars.rst:152 msgid "Context implements the :class:`collections.abc.Mapping` interface."