bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204) · python/cpython@ca5ba3c

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