From 2ef831310da0b913cedf1cb229ccf9df26e1309d Mon Sep 17 00:00:00 2001 From: krbiggers Date: Sat, 26 Oct 2024 23:11:14 -0400 Subject: [PATCH 1/2] =?UTF-8?q?Cumplir=20la=20traducci=C3=B3n=20de=20conte?= =?UTF-8?q?xtvars.po?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/contextvars.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library/contextvars.po b/library/contextvars.po index 5bb19c2154..91a0bad201 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:" @@ -235,7 +234,9 @@ msgid "" "object. This means that a :class:`ContextVar` object behaves in a similar " "fashion to :func:`threading.local()` when values are assigned in different " "threads." -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 " +":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." From ef57df38194e7540e15933248ceb70d6ecafe082 Mon Sep 17 00:00:00 2001 From: krbiggers Date: Sat, 26 Oct 2024 23:11:14 -0400 Subject: [PATCH 2/2] =?UTF-8?q?Cumplir=20la=20traducci=C3=B3n=20de=20conte?= =?UTF-8?q?xtvars.po?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/contextvars.po | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/library/contextvars.po b/library/contextvars.po index 91a0bad201..a488e68e8d 100644 --- a/library/contextvars.po +++ b/library/contextvars.po @@ -234,9 +234,11 @@ msgid "" "object. This means that a :class:`ContextVar` object behaves in a similar " "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" +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."