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 e088e31 commit 3e058a3Copy full SHA for 3e058a3
Doc/c-api/structures.rst
@@ -65,8 +65,7 @@ under :ref:`reference counting <countingrefs>`.
65
66
.. c:var:: PyTypeObject PyBaseObject_Type
67
68
- The base class of all other classes. It is the same object
69
- as :class:`object` in the Python layer.
+ The base class of all other objects, the same as :class:`object` in Python.
70
71
72
.. c:function:: int Py_Is(PyObject *x, PyObject *y)
0 commit comments