Skip to content

Commit 4b3c193

Browse files
David-Lorcmaureir
andauthored
Apply suggestions from code review
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent ad5572d commit 4b3c193

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

library/contextvars.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ msgstr ""
3636
"para declarar y trabajar con Variables de Contexto (*Context Variables*). La "
3737
"función :func:`~contextvars.copy_context` y la clase :class:`~contextvars."
3838
"Context` deberían ser utilizadas para gestionar el contexto actual en "
39-
"*frameworks* asíncronos."
39+
"frameworks asíncronos."
4040

4141
#: ../Doc/library/contextvars.rst:17
4242
msgid ""
@@ -210,7 +210,7 @@ msgid ""
210210
"The function has an O(1) complexity, i.e. works equally fast for contexts "
211211
"with a few context variables and for contexts that have a lot of them."
212212
msgstr ""
213-
"La función tiene una complejidad de O(1); por ejemplo, trabaja a la misma "
213+
"La función tiene una complejidad de O(1); es decir, trabaja a la misma "
214214
"velocidad en contextos con pocas o con muchas variables de contexto."
215215

216216
#: ../Doc/library/contextvars.rst:141
@@ -308,9 +308,7 @@ msgstr ""
308308
"Retorna un listado de los valores de todas las variables en el objeto de "
309309
"contexto."
310310

311-
# Supongo que lo que retorna es [(variable, valor), (variable, valor), ...], y si es así, es un poco confuso cómo está redactado... pero es algo relacionado con el texto original.
312311
#: ../Doc/library/contextvars.rst:229
313-
#, fuzzy
314312
msgid ""
315313
"Return a list of 2-tuples containing all variables and their values in the "
316314
"context object."

0 commit comments

Comments
 (0)