Skip to content

Traducido archivo reference/datamodel #3351

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

Open
wants to merge 12 commits into
base: 3.13
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Correcciones en local
  • Loading branch information
xooseph committed Dec 27, 2024
commit 8be5cfb585fba531d44239ffeae6d22dbf2e2cfe
10 changes: 5 additions & 5 deletions reference/datamodel.po
Original file line number Diff line number Diff line change
Expand Up @@ -944,8 +944,8 @@ msgid ""
"The function's :term:`qualified name`. See also: :attr:`__qualname__ "
"attributes <definition.__qualname__>`."
msgstr ""
"El :term:`qualified name` de la función. Vea también :attr:`__qualname__ "
"attributes <definition.__qualname__>`."
"El :term:`qualified name` de la función. Vea también :attr:`atributos "
"__qualname__ <definition.__qualname__>`."

#: ../Doc/reference/datamodel.rst:606
msgid ""
Expand All @@ -970,8 +970,8 @@ msgid ""
"The :ref:`code object <code-objects>` representing the compiled function "
"body."
msgstr ""
"El :ref:`code object <code-objects>` que representa el cuerpo de la función "
"compilada."
"El :ref:`objeto de código <code-objects>` que representa el cuerpo de la "
"función compilada."

#: ../Doc/reference/datamodel.rst:619
msgid ""
Expand All @@ -988,7 +988,7 @@ msgid ""
"``'return'`` for the return annotation, if provided. See also: :ref:"
"`annotations-howto`."
msgstr ""
"Un :class:`dictionary <dict>` que contiene anotaciones de :term:`parámetros "
"Un :class:`diccionario <dict>` que contiene anotaciones de :term:`parámetros "
"<parameter>`. Las claves del diccionario son los nombres de los parámetros, "
"y ``'return'`` para la anotación de retorno, si se proporciona. Para más "
"información sobre trabajar con este atributo, ve :ref:`annotations-howto`."
Expand Down