docs: fix typo (#2405)
diff --git a/docs/classes.rst b/docs/classes.rst
index a63f6a1..1d44a59 100644
--- a/docs/classes.rst
+++ b/docs/classes.rst
@@ -74,7 +74,7 @@
>>> 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