Thanks to visit codestin.com Credit goes to github.com
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 cc38a57 commit 9e5ca3aCopy full SHA for 9e5ca3a
1 file changed
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