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 7595c18 commit 8134bc8Copy full SHA for 8134bc8
Doc/c-api/typeobj.rst
@@ -1292,7 +1292,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
1292
before the object. Currently, this macro is equivalent to
1293
:c:expr:`Py_TPFLAGS_MANAGED_DICT | Py_TPFLAGS_MANAGED_WEAKREF`.
1294
1295
- This macro value relies on VM implementation, so his value is not
+ This macro value relies on the implementation of the VM, so its value is not
1296
stable and may change in a future version. Prefer using individual
1297
flags instead.
1298
0 commit comments