File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
-
7
6
msgid ""
8
7
msgstr ""
9
8
"Project-Id-Version : Python 3.7\n "
@@ -1235,7 +1234,11 @@ msgid ""
1235
1234
":attr:`m.__self__ <method.__self__>` is the instance object with the method "
1236
1235
":meth:`!m`, and :attr:`m.__func__ <method.__func__>` is the :ref:`function "
1237
1236
"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."
1239
1242
1240
1243
#: tutorial/classes.rst:781
1241
1244
msgid "Iterators"
You can’t perform that action at this time.
0 commit comments