Skip to content

Commit 9d54103

Browse files
committed
fix tutorial/classes
1 parent 52cc959 commit 9d54103

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tutorial/classes.po

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6-
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.7\n"
@@ -1235,7 +1234,11 @@ msgid ""
12351234
":attr:`m.__self__ <method.__self__>` is the instance object with the method "
12361235
":meth:`!m`, and :attr:`m.__func__ <method.__func__>` is the :ref:`function "
12371236
"object <user-defined-funcs>` corresponding to the method."
1238-
msgstr "Gli :ref"
1237+
msgstr ""
1238+
"Gli :ref:`oggetti metodo d'istanza <instance-methods>` hanno anch'essi "
1239+
"attributi: :attr:`m.__self__ <method.__self__>` è l'oggetto istanza con il "
1240+
"metodo :meth:`!m`, e :attr:`m.__func__ <method.__func__>` è l':ref:`oggetto "
1241+
"funzione <user-defined-funcs>` corrispondente al metodo."
12391242

12401243
#: tutorial/classes.rst:781
12411244
msgid "Iterators"

0 commit comments

Comments
 (0)