Commit ecc161d1 authored by Emmanuel Arias's avatar Emmanuel Arias Committed by Serhiy Storchaka

bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)

parent dc078947
......@@ -42,7 +42,7 @@ an object, and :c:func:`PyBuffer_Release` when the buffer view can be released.
Otherwise returns ``0``. This function always succeeds.
Note that this function tries to get and release a buffer, and exceptions
which occur while calling correspoding functions will get suppressed.
which occur while calling corresponding functions will get suppressed.
To get error reporting use :c:func:`PyObject_GetBuffer()` instead.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment