]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Mar 2019 05:24:55 +0000 (21:24 -0800)
committerGitHub <noreply@github.com>
Thu, 7 Mar 2019 05:24:55 +0000 (21:24 -0800)
(cherry picked from commit ecc161d1209bf6d21f0fd6bef28476eda7cdaf79)

Co-authored-by: Emmanuel Arias <emmanuelarias30@gmail.com>
Doc/c-api/objbuffer.rst

index 9ad7c571c4d8c1aa091818097d68506a02f61369..3572564b13e9b324704b2dd1885a7b315349fa99 100644 (file)
@@ -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.