File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,6 @@ msgstr ""
178
178
"*token*."
179
179
180
180
#: ../Doc/library/contextvars.rst:111
181
- #, fuzzy
182
181
msgid ""
183
182
"A read-only property. Set to the value the variable had before the :meth:"
184
183
"`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
235
"fashion to :func:`threading.local()` when values are assigned in different "
237
236
"threads."
238
- msgstr ""
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"
239
240
240
241
#: ../Doc/library/contextvars.rst:152
241
242
msgid "Context implements the :class:`collections.abc.Mapping` interface."
You can’t perform that action at this time.
0 commit comments