File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ msgid ""
259
259
"documentation for the :c:func:`PyOS_snprintf` ``'#'`` specifier for details."
260
260
msgstr ""
261
261
"``Py_DTSF_ALT`` significa aplicar reglas de formato \" alternativas\" . "
262
- "Consulte la documentación del especificador :c:func:`PyOS_snprintf`` `'#'`` "
262
+ "Consulte la documentación del especificador :c:func:`PyOS_snprintf` `'#'`` "
263
263
"para obtener más detalles."
264
264
265
265
#: ../Doc/c-api/conversion.rst:111
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ msgstr ""
339
339
340
340
#: ../Doc/glossary.rst:140
341
341
msgid "awaitable"
342
- msgstr "a la espera"
342
+ msgstr "awaitable ( a la espera) "
343
343
344
344
#: ../Doc/glossary.rst:142
345
345
msgid ""
Original file line number Diff line number Diff line change @@ -1361,7 +1361,7 @@ msgid ""
1361
1361
"frozen modules."
1362
1362
msgstr ""
1363
1363
"Este puntero está inicializado para apuntar a un arreglo de registros :c:"
1364
- "type:`struct _frozen`` , terminada por uno cuyos miembros son todos ``NULL`` "
1364
+ "type:`struct _frozen`, terminada por uno cuyos miembros son todos ``NULL`` "
1365
1365
"o cero. Cuando se importa un módulo congelado, se busca en esta tabla. El "
1366
1366
"código de terceros podría jugar con esto para proporcionar una colección "
1367
1367
"creada dinámicamente de módulos congelados."
@@ -3252,7 +3252,7 @@ msgid ""
3252
3252
"Represents the C :c:type:`signed long long` datatype. The constructor "
3253
3253
"accepts an optional integer initializer; no overflow checking is done."
3254
3254
msgstr ""
3255
- "Representa el tipo de datos C :c:type:`significado long long`. El "
3255
+ "Representa el tipo de datos C :c:type:`signed long long`. El "
3256
3256
"constructor acepta un inicializador entero opcional; no se hace ninguna "
3257
3257
"comprobación de desbordamiento."
3258
3258
Original file line number Diff line number Diff line change @@ -4470,7 +4470,7 @@ msgid ""
4470
4470
"def` functions are awaitable."
4471
4471
msgstr ""
4472
4472
"Un objeto :term:`awaitable` generalmente implementa a un método :meth:"
4473
- "`__await__`. Objetos :term:`Coroutine` retornados a partir de funciones :"
4473
+ "`__await__`. Objetos :term:`Coroutine <coroutine> ` retornados a partir de funciones :"
4474
4474
"keyword:`async def` son esperables."
4475
4475
4476
4476
#: ../Doc/reference/datamodel.rst:2654
@@ -4511,7 +4511,7 @@ msgid ""
4511
4511
"raises an exception, it is propagated by the iterator. Coroutines should "
4512
4512
"not directly raise unhandled :exc:`StopIteration` exceptions."
4513
4513
msgstr ""
4514
- "Objetos :term:`Coroutine` son objetos :term:`awaitable`. La ejecución de una "
4514
+ "Objetos :term:`Coroutine <coroutine> ` son objetos :term:`awaitable`. La ejecución de una "
4515
4515
"corrutina puede ser controlada llamando :meth:`__await__` e iterando sobre "
4516
4516
"el resultado. Cuando la corrutina ha terminado de ejecutar y retorna, el "
4517
4517
"iterados levanta una excepción :exc:`StopIteration`, y el atributo :attr:"
Original file line number Diff line number Diff line change @@ -4691,15 +4691,15 @@ msgid ""
4691
4691
":c:func:`PyUnicode_EncodeUnicodeEscape` use :c:func:"
4692
4692
"`PyUnicode_AsUnicodeEscapeString`"
4693
4693
msgstr ""
4694
- ":c:func:`PyUnicode_EncodeUnicodeEscape: ` use :c:func:"
4694
+ ":c:func:`PyUnicode_EncodeUnicodeEscape` use :c:func:"
4695
4695
"`PyUnicode_AsUnicodeEscapeString`"
4696
4696
4697
4697
#: ../Doc/whatsnew/3.3.rst:2314
4698
4698
msgid ""
4699
4699
":c:func:`PyUnicode_EncodeRawUnicodeEscape` use :c:func:"
4700
4700
"`PyUnicode_AsRawUnicodeEscapeString`"
4701
4701
msgstr ""
4702
- ":c:func:`PyUnicode_EncodeRawUnicodeEscape: ` use :c:func:"
4702
+ ":c:func:`PyUnicode_EncodeRawUnicodeEscape` use :c:func:"
4703
4703
"`PyUnicode_AsRawUnicodeEscapeString`"
4704
4704
4705
4705
#: ../Doc/whatsnew/3.3.rst:2316
You can’t perform that action at this time.
0 commit comments