From 6fcdc3d78fa977ab2fb05cb72cf38a1d1bad7f7b Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 28 Apr 2020 09:21:19 +0200 Subject: [PATCH] Fix docs for Sphinx 3 --- docs/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::