File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
242244msgid "Context implements the :class:`collections.abc.Mapping` interface."
You can’t perform that action at this time.
0 commit comments