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

Miss Islington (bot) webhook-mailer at python.org
Thu Mar 7 00:24:57 EST 2019


https://github.com/python/cpython/commit/ca5ba3c8ac1dad511461d4251ffffc6a1ca19de2
commit: ca5ba3c8ac1dad511461d4251ffffc6a1ca19de2
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-03-06T21:24:55-08:00
summary:

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

(cherry picked from commit ecc161d1209bf6d21f0fd6bef28476eda7cdaf79)

Co-authored-by: Emmanuel Arias <emmanuelarias30 at gmail.com>

files:
M Doc/c-api/objbuffer.rst

diff --git a/Doc/c-api/objbuffer.rst b/Doc/c-api/objbuffer.rst
index 9ad7c571c4d8..3572564b13e9 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.
 
 



More information about the Python-checkins mailing list