Skip to content

Commit 7f5b1a0

Browse files
authored
Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (#108400)
1 parent 4ae3edf commit 7f5b1a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/reference/datamodel.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,8 +1920,7 @@ Attribute lookup speed can be significantly improved as well.
19201920

19211921
.. _datamodel-note-slots:
19221922

1923-
Notes on using *__slots__*
1924-
""""""""""""""""""""""""""
1923+
Notes on using *__slots__*:
19251924

19261925
* When inheriting from a class without *__slots__*, the
19271926
:attr:`~object.__dict__` and

0 commit comments

Comments
 (0)