Skip to content

Commit 3e058a3

Browse files
Yuki KobayashiZeroIntensity
andauthored
Update structures.rst
Co-authored-by: Peter Bierma <[email protected]>
1 parent e088e31 commit 3e058a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/c-api/structures.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ under :ref:`reference counting <countingrefs>`.
6565

6666
.. c:var:: PyTypeObject PyBaseObject_Type
6767
68-
The base class of all other classes. It is the same object
69-
as :class:`object` in the Python layer.
68+
The base class of all other objects, the same as :class:`object` in Python.
7069

7170

7271
.. c:function:: int Py_Is(PyObject *x, PyObject *y)

0 commit comments

Comments
 (0)