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.
Doc/c-api/arg.rst
1 parent aa4b5a7 commit fc2e23cCopy full SHA for fc2e23c
Doc/c-api/arg.rst
@@ -160,7 +160,7 @@ There are three ways strings and buffers can be converted to C:
160
``w*`` (read-write :term:`bytes-like object`) [Py_buffer]
161
This format accepts any object which implements the read-write buffer
162
interface. It fills a :c:type:`Py_buffer` structure provided by the caller.
163
- The buffer may contain embedded null bytes. The caller have to call
+ The buffer may contain embedded null bytes. The caller has to call
164
:c:func:`PyBuffer_Release` when it is done with the buffer.
165
166
``es`` (:class:`str`) [const char \*encoding, char \*\*buffer]
0 commit comments