Skip to content

Commit 8134bc8

Browse files
Update Doc/c-api/typeobj.rst
Co-authored-by: Peter Bierma <[email protected]>
1 parent 7595c18 commit 8134bc8

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
@@ -1292,7 +1292,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
12921292
before the object. Currently, this macro is equivalent to
12931293
:c:expr:`Py_TPFLAGS_MANAGED_DICT | Py_TPFLAGS_MANAGED_WEAKREF`.
12941294

1295-
This macro value relies on VM implementation, so his value is not
1295+
This macro value relies on the implementation of the VM, so its value is not
12961296
stable and may change in a future version. Prefer using individual
12971297
flags instead.
12981298

0 commit comments

Comments
 (0)