We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d751c7 commit 4e3d752Copy full SHA for 4e3d752
Doc/tutorial/classes.rst
@@ -344,7 +344,7 @@ function that "belongs to" an object.
344
345
Valid method names of an instance object depend on its class. By definition,
346
all attributes of a class that are function objects define corresponding
347
-methods of its instances. So in our previous example (first example in :ref:`tut-classobjects`), ``x.f`` is a valid method
+methods of its instances. So in our :ref:`previous example <tut-classobjects>`, ``x.f`` is a valid method
348
reference, since ``MyClass.f`` is a function, but ``x.i`` is not, since
349
``MyClass.i`` is not. But ``x.f`` is not the same thing as ``MyClass.f`` --- it
350
is a *method object*, not a function object.
0 commit comments