Skip to content

Commit 719d08c

Browse files
[3.12] gh-129912: Fix references to Py_TPFLAGS_MANAGED_DICT (gh-130044) (gh-130060)
(cherry picked from commit 791cdfe) Co-authored-by: Satyam Kumar <[email protected]>
1 parent b75a72c commit 719d08c

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
@@ -1821,7 +1821,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
18211821
dictionary, so it is may be more efficient to call :c:func:`PyObject_GetAttr`
18221822
when accessing an attribute on the object.
18231823

1824-
It is an error to set both the :c:macro:`Py_TPFLAGS_MANAGED_WEAKREF` bit and
1824+
It is an error to set both the :c:macro:`Py_TPFLAGS_MANAGED_DICT` bit and
18251825
:c:member:`~PyTypeObject.tp_dictoffset`.
18261826

18271827
**Inheritance:**

0 commit comments

Comments
 (0)