Skip to content

Commit

Permalink
docs: fix typo (#2405)
Browse files Browse the repository at this point in the history
  • Loading branch information
fireant authored Aug 18, 2020
1 parent 6404099 commit 7dd2bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Note how ``print(p)`` produced a rather useless summary of our data structure in
>>> print(p)
<example.Pet object at 0x10cd98060>
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
summary to the special method slot named ``__repr__``. Unfortunately, there is no
suitable functionality in the ``Pet`` data structure, and it would be nice if
we did not have to change it. This can easily be accomplished by binding a
Expand Down

0 comments on commit 7dd2bdb

Please sign in to comment.