We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent91f4ccc commit2ef8313Copy full SHA for 2ef8313
library/contextvars.po
@@ -178,7 +178,6 @@ msgstr ""
178
"*token*."
179
180
#:../Doc/library/contextvars.rst:111
181
-#,fuzzy
182
msgid""
183
"A read-only property. Set to the value the variable had before the :meth:"
184
"`ContextVar.set` method call that created the token. It points to :attr:"
@@ -235,7 +234,9 @@ msgid ""
235
234
"object. This means that a :class:`ContextVar` object behaves in a similar "
236
"fashion to :func:`threading.local()` when values are assigned in different "
237
"threads."
238
-msgstr""
+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 "
239
+":func:`threading.local()` cuando los valores están asignados desde hilos diferentes"
240
241
#:../Doc/library/contextvars.rst:152
242
msgid"Context implements the :class:`collections.abc.Mapping` interface."