Skip to content

Commit e788241

Browse files
Apply suggestions from review
1 parent 0c8436b commit e788241

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/c-api/typeobj.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,11 +1289,12 @@ and :c:data:`PyType_Type` effectively act as defaults.)
12891289

12901290
.. c:macro:: Py_TPFLAGS_PREHEADER
12911291
1292-
This bit indicates that the VM will manage some fields by storing them before the object.
1293-
Currently, this macro is equivalent to
1292+
These bits indicate that the VM will manage some fields by storing them
1293+
before the object. Currently, this macro is equivalent to
12941294
:c:expr:`Py_TPFLAGS_MANAGED_DICT | Py_TPFLAGS_MANAGED_WEAKREF`.
12951295

1296-
This macro is intended for internal usage only; prefer using individual
1296+
This macro value relies on VM implementation, so his value is not
1297+
stable and may change in a future version. Prefer using individual
12971298
flags instead.
12981299

12991300
.. versionadded:: 3.12

0 commit comments

Comments
 (0)