Skip to content

Commit ce37fbc

Browse files
[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 7f5b1a0) Co-authored-by: Adam Turner <[email protected]>
1 parent 334da81 commit ce37fbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/reference/datamodel.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -2024,8 +2024,7 @@ Attribute lookup speed can be significantly improved as well.
20242024

20252025
.. _datamodel-note-slots:
20262026

2027-
Notes on using *__slots__*
2028-
""""""""""""""""""""""""""
2027+
Notes on using *__slots__*:
20292028

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

0 commit comments

Comments
 (0)