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 9f05f98 commit 339f5daCopy full SHA for 339f5da
Doc/tutorial/classes.rst
@@ -359,7 +359,7 @@ Usually, a method is called right after it is bound::
359
360
x.f()
361
362
-In the :class:`!MyClass` example, this will return the string ``'hello world'``.
+If ``x = MyClass()``, as above, this will return the string ``'hello world'``.
363
However, it is not necessary to call a method right away: ``x.f`` is a method
364
object, and can be stored away and called at a later time. For example::
365
0 commit comments