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 53843c2 commit 8d7e54aCopy full SHA for 8d7e54a
Doc/c-api/buffer.rst
@@ -147,9 +147,9 @@ a buffer, see :c:func:`PyObject_GetBuffer`.
147
or a :c:macro:`PyBUF_WRITABLE` request, the consumer must disregard
148
:c:member:`~Py_buffer.itemsize` and assume ``itemsize == 1``.
149
150
- .. c:member:: const char *format
+ .. c:member:: char *format
151
152
- A *NUL* terminated string in :mod:`struct` module style syntax describing
+ A *NULL* terminated string in :mod:`struct` module style syntax describing
153
the contents of a single item. If this is ``NULL``, ``"B"`` (unsigned bytes)
154
is assumed.
155
0 commit comments