Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8be5cfb

Browse files
committed
Correcciones en local
1 parent b99f9ff commit 8be5cfb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

reference/datamodel.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -944,8 +944,8 @@ msgid ""
944944
"The function's :term:`qualified name`. See also: :attr:`__qualname__ "
945945
"attributes <definition.__qualname__>`."
946946
msgstr ""
947-
"El :term:`qualified name` de la función. Vea también :attr:`__qualname__ "
948-
"attributes <definition.__qualname__>`."
947+
"El :term:`qualified name` de la función. Vea también :attr:`atributos "
948+
"__qualname__ <definition.__qualname__>`."
949949

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

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

0 commit comments

Comments
 (0)