We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573313b commit d950daeCopy full SHA for d950dae
Doc/c-api/typeobj.rst
@@ -1540,9 +1540,9 @@ and :c:data:`PyType_Type` effectively act as defaults.)
1540
Internal. Do not set or unset this flag.
1541
Historically, this was a reserved flag for use in Stackless Python.
1542
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.
+ .. warning::
+ This flag is present in header files, but is not be used.
+ This may be removed in a future version of CPython.
1546
1547
1548
.. c:member:: const char* PyTypeObject.tp_doc
0 commit comments