]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (#108400)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Fri, 25 Aug 2023 10:27:36 +0000 (11:27 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 10:27:36 +0000 (12:27 +0200)
Doc/reference/datamodel.rst

index 229fa696c9142fa7d7e43e0601f6a30bea5b0950..484dd9c49abf5a955c5d3aa6bf787c20be7be29a 100644 (file)
@@ -1920,8 +1920,7 @@ Attribute lookup speed can be significantly improved as well.
 
 .. _datamodel-note-slots:
 
-Notes on using *__slots__*
-""""""""""""""""""""""""""
+Notes on using *__slots__*:
 
 * When inheriting from a class without *__slots__*, the
   :attr:`~object.__dict__` and