Skip to content

Commit ec6d7d3

Browse files
committed
Add blank line after documentation of __base__ attribute
1 parent 71638d2 commit ec6d7d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/reference/datamodel.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,6 +1226,7 @@ Special attributes
12261226
The single base class in the inheritance chain that is responsible
12271227
for the memory layout of instances. This attribute corresponds to
12281228
:c:member:`~PyTypeObject.tp_base` at the C level.
1229+
12291230
* - .. attribute:: type.__doc__
12301231
- The class's documentation string, or ``None`` if undefined.
12311232
Not inherited by subclasses.

0 commit comments

Comments
 (0)