File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -944,8 +944,8 @@ msgid ""
944
944
"The function's :term:`qualified name`. See also: :attr:`__qualname__ "
945
945
"attributes <definition.__qualname__>`."
946
946
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__>`."
949
949
950
950
#: ../Doc/reference/datamodel.rst:606
951
951
msgid ""
@@ -970,8 +970,8 @@ msgid ""
970
970
"The :ref:`code object <code-objects>` representing the compiled function "
971
971
"body."
972
972
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."
975
975
976
976
#: ../Doc/reference/datamodel.rst:619
977
977
msgid ""
@@ -988,7 +988,7 @@ msgid ""
988
988
"``'return'`` for the return annotation, if provided. See also: :ref:"
989
989
"`annotations-howto`."
990
990
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 "
992
992
"<parameter>`. Las claves del diccionario son los nombres de los parámetros, "
993
993
"y ``'return'`` para la anotación de retorno, si se proporciona. Para más "
994
994
"información sobre trabajar con este atributo, ve :ref:`annotations-howto`."
You can’t perform that action at this time.
0 commit comments