From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Fri, 25 Aug 2023 10:27:36 +0000 (+0100) Subject: Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (#108400) X-Git-Tag: v3.13.0a1~777 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f5b1a06612bf1454232ac634ad4d2c845f77b37;p=thirdparty%2FPython%2Fcpython.git Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (#108400) --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 229fa696c914..484dd9c49abf 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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