Skip to content

Commit 4bb2f1f

Browse files
[3.14] Docs: Fix a grammatical error in Doc/c-api/arg.rst (pythonGH-140525) (pythonGH-140538)
Docs: Fix a grammatical error in `Doc/c-api/arg.rst` (pythonGH-140525) "have" -> "has" (cherry picked from commit fc2e23c) Co-authored-by: RayXu <[email protected]>
1 parent 08f6b3f commit 4bb2f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/arg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ There are three ways strings and buffers can be converted to C:
160160
``w*`` (read-write :term:`bytes-like object`) [Py_buffer]
161161
This format accepts any object which implements the read-write buffer
162162
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
163+
The buffer may contain embedded null bytes. The caller has to call
164164
:c:func:`PyBuffer_Release` when it is done with the buffer.
165165

166166
``es`` (:class:`str`) [const char \*encoding, char \*\*buffer]

0 commit comments

Comments
 (0)