Skip to content

Upgrade Sphinx to 3.2.1 to match cpython #1202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adaptando warnings
  • Loading branch information
cmaureir committed Aug 3, 2021
commit 0a1326fc415a64637859b5eb33797411835957d4
2 changes: 1 addition & 1 deletion c-api/conversion.po
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ msgid ""
"documentation for the :c:func:`PyOS_snprintf` ``'#'`` specifier for details."
msgstr ""
"``Py_DTSF_ALT`` significa aplicar reglas de formato \"alternativas\". "
"Consulte la documentación del especificador :c:func:`PyOS_snprintf`` `'#'`` "
"Consulte la documentación del especificador :c:func:`PyOS_snprintf` `'#'`` "
"para obtener más detalles."

#: ../Doc/c-api/conversion.rst:111
Expand Down
2 changes: 1 addition & 1 deletion glossary.po
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ msgstr ""

#: ../Doc/glossary.rst:140
msgid "awaitable"
msgstr "a la espera"
msgstr "awaitable (a la espera)"

#: ../Doc/glossary.rst:142
msgid ""
Expand Down
4 changes: 2 additions & 2 deletions library/ctypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ msgid ""
"frozen modules."
msgstr ""
"Este puntero está inicializado para apuntar a un arreglo de registros :c:"
"type:`struct _frozen``, terminada por uno cuyos miembros son todos ``NULL`` "
"type:`struct _frozen`, terminada por uno cuyos miembros son todos ``NULL`` "
"o cero. Cuando se importa un módulo congelado, se busca en esta tabla. El "
"código de terceros podría jugar con esto para proporcionar una colección "
"creada dinámicamente de módulos congelados."
Expand Down Expand Up @@ -3252,7 +3252,7 @@ msgid ""
"Represents the C :c:type:`signed long long` datatype. The constructor "
"accepts an optional integer initializer; no overflow checking is done."
msgstr ""
"Representa el tipo de datos C :c:type:`significado long long`. El "
"Representa el tipo de datos C :c:type:`signed long long`. El "
"constructor acepta un inicializador entero opcional; no se hace ninguna "
"comprobación de desbordamiento."

Expand Down
4 changes: 2 additions & 2 deletions reference/datamodel.po
Original file line number Diff line number Diff line change
Expand Up @@ -4470,7 +4470,7 @@ msgid ""
"def` functions are awaitable."
msgstr ""
"Un objeto :term:`awaitable` generalmente implementa a un método :meth:"
"`__await__`. Objetos :term:`Coroutine` retornados a partir de funciones :"
"`__await__`. Objetos :term:`Coroutine <coroutine>` retornados a partir de funciones :"
"keyword:`async def` son esperables."

#: ../Doc/reference/datamodel.rst:2654
Expand Down Expand Up @@ -4511,7 +4511,7 @@ msgid ""
"raises an exception, it is propagated by the iterator. Coroutines should "
"not directly raise unhandled :exc:`StopIteration` exceptions."
msgstr ""
"Objetos :term:`Coroutine` son objetos :term:`awaitable`. La ejecución de una "
"Objetos :term:`Coroutine <coroutine>` son objetos :term:`awaitable`. La ejecución de una "
"corrutina puede ser controlada llamando :meth:`__await__` e iterando sobre "
"el resultado. Cuando la corrutina ha terminado de ejecutar y retorna, el "
"iterados levanta una excepción :exc:`StopIteration`, y el atributo :attr:"
Expand Down
4 changes: 2 additions & 2 deletions whatsnew/3.3.po
Original file line number Diff line number Diff line change
Expand Up @@ -4691,15 +4691,15 @@ msgid ""
":c:func:`PyUnicode_EncodeUnicodeEscape` use :c:func:"
"`PyUnicode_AsUnicodeEscapeString`"
msgstr ""
":c:func:`PyUnicode_EncodeUnicodeEscape:` use :c:func:"
":c:func:`PyUnicode_EncodeUnicodeEscape` use :c:func:"
"`PyUnicode_AsUnicodeEscapeString`"

#: ../Doc/whatsnew/3.3.rst:2314
msgid ""
":c:func:`PyUnicode_EncodeRawUnicodeEscape` use :c:func:"
"`PyUnicode_AsRawUnicodeEscapeString`"
msgstr ""
":c:func:`PyUnicode_EncodeRawUnicodeEscape:` use :c:func:"
":c:func:`PyUnicode_EncodeRawUnicodeEscape` use :c:func:"
"`PyUnicode_AsRawUnicodeEscapeString`"

#: ../Doc/whatsnew/3.3.rst:2316
Expand Down