Skip to content

Commit d950dae

Browse files
committed
Fix indentation again.
1 parent 573313b commit d950dae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/c-api/typeobj.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,9 +1540,9 @@ and :c:data:`PyType_Type` effectively act as defaults.)
15401540
Internal. Do not set or unset this flag.
15411541
Historically, this was a reserved flag for use in Stackless Python.
15421542

1543-
.. warning::
1544-
This flag is present in header files, but is not be used.
1545-
This may be removed in a future version of CPython.
1543+
.. warning::
1544+
This flag is present in header files, but is not be used.
1545+
This may be removed in a future version of CPython.
15461546

15471547

15481548
.. c:member:: const char* PyTypeObject.tp_doc

0 commit comments

Comments
 (0)