Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (#108400)

This commit is contained in:
Adam Turner 2023-08-25 11:27:36 +01:00 committed by GitHub
parent 4ae3edf300
commit 7f5b1a0661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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