From 4f33e2c7f96af03473c2b17ee551c2a6181ac728 Mon Sep 17 00:00:00 2001 From: eamanu Date: Wed, 6 Mar 2019 23:07:37 -0300 Subject: [PATCH] bpo-36185: typo: Doc/c-api/objbuffer.rst --- Doc/c-api/objbuffer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/objbuffer.rst b/Doc/c-api/objbuffer.rst index 9ad7c571c4d8c1..3572564b13e9b3 100644 --- a/Doc/c-api/objbuffer.rst +++ b/Doc/c-api/objbuffer.rst @@ -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.