mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)
This commit is contained in:
parent
dc078947a5
commit
ecc161d120
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue