Skip to content

Commit ca5ba3c

Browse files
bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)
(cherry picked from commit ecc161d) Co-authored-by: Emmanuel Arias <emmanuelarias30@gmail.com>
1 parent 42c6493 commit ca5ba3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/objbuffer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ an object, and :c:func:`PyBuffer_Release` when the buffer view can be released.
4242
Otherwise returns ``0``. This function always succeeds.
4343
4444
Note that this function tries to get and release a buffer, and exceptions
45-
which occur while calling correspoding functions will get suppressed.
45+
which occur while calling corresponding functions will get suppressed.
4646
To get error reporting use :c:func:`PyObject_GetBuffer()` instead.
4747
4848

0 commit comments

Comments
 (0)