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 6404099 commit 7dd2bdbCopy full SHA for 7dd2bdb
docs/classes.rst
@@ -74,7 +74,7 @@ Note how ``print(p)`` produced a rather useless summary of our data structure in
74
>>> print(p)
75
<example.Pet object at 0x10cd98060>
76
77
-To address this, we could bind an utility function that returns a human-readable
+To address this, we could bind a utility function that returns a human-readable
78
summary to the special method slot named ``__repr__``. Unfortunately, there is no
79
suitable functionality in the ``Pet`` data structure, and it would be nice if
80
we did not have to change it. This can easily be accomplished by binding a
0 commit comments