Skip to content

Commit ea241c2

Browse files
committed
Use consistent wording.
Yuck.
1 parent 9e3eda6 commit ea241c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/c-api/memoryview.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ any other object.
1515

1616
.. c:var:: PyTypeObject PyMemoryView_Type
1717
18-
The type object for :class:`memoryview` objects.
18+
This instance of :c:type:`PyTypeObject` represents the Python memoryview
19+
type. This is the same object as :class:`memoryview` in the Python layer.
1920

2021

2122
.. c:function:: PyObject *PyMemoryView_FromObject(PyObject *obj)

0 commit comments

Comments
 (0)