Skip to content

Commit 7dd2bdb

Browse files
authored
docs: fix typo (#2405)
1 parent 6404099 commit 7dd2bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Note how ``print(p)`` produced a rather useless summary of our data structure in
7474
>>> print(p)
7575
<example.Pet object at 0x10cd98060>
7676
77-
To address this, we could bind an utility function that returns a human-readable
77+
To address this, we could bind a utility function that returns a human-readable
7878
summary to the special method slot named ``__repr__``. Unfortunately, there is no
7979
suitable functionality in the ``Pet`` data structure, and it would be nice if
8080
we did not have to change it. This can easily be accomplished by binding a

0 commit comments

Comments
 (0)