[3.12] Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (GH-108400) (#108474)

Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (GH-108400)
(cherry picked from commit 7f5b1a0661)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-08-25 09:23:11 -07:00 committed by GitHub
parent 334da81992
commit ce37fbc778
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2024,8 +2024,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