Skip to content

Commit 0c8436b

Browse files
Update Doc/c-api/typeobj.rst
Co-authored-by: Peter Bierma <[email protected]>
1 parent fd1f311 commit 0c8436b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/typeobj.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
12891289

12901290
.. c:macro:: Py_TPFLAGS_PREHEADER
12911291
1292-
A shorthand for checking if VM-managed fields are present.
1292+
This bit indicates that the VM will manage some fields by storing them before the object.
12931293
Currently, this macro is equivalent to
12941294
:c:expr:`Py_TPFLAGS_MANAGED_DICT | Py_TPFLAGS_MANAGED_WEAKREF`.
12951295

0 commit comments

Comments
 (0)