diff --git a/docs/examples.rst b/docs/examples.rst index e905399d..e2d28067 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -539,7 +539,7 @@ The generated ``__init__`` method will have an attribute called ``__annotations_ Slots ----- -:term:`Slotted classes` have a bunch of advantages on CPython. +:term:`Slotted classes ` have several advantages on CPython. Defining ``__slots__`` by hand is tedious, in ``attrs`` it's just a matter of passing ``slots=True``: .. doctest::