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 parent2ef8313 commitef57df3Copy full SHA for ef57df3
library/contextvars.po
@@ -234,9 +234,11 @@ msgid ""
234
"object. This means that a :class:`ContextVar` object behaves in a similar "
235
"fashion to :func:`threading.local()` when values are assigned in different "
236
"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"
+msgstr""
+"Cada hilo tendrá un objecto de nivel superior :class:`~contextvars.Context`. "
+"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"
242
243
#:../Doc/library/contextvars.rst:152
244
msgid"Context implements the :class:`collections.abc.Mapping` interface."