Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d4975c

Browse files
author
Hirokazu Yamamoto
committed
Fixed typo.
1 parent d9ca384 commit 4d4975c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/buffer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Buffer related functions
252252

253253
.. cfunction:: void PyBuffer_Release(PyObject *obj, Py_buffer *view)
254254

255-
Release the buffer *view* over *obj*. This shouldd be called when the buffer
255+
Release the buffer *view* over *obj*. This should be called when the buffer
256256
is no longer being used as it may free memory from it.
257257

258258

0 commit comments

Comments
 (0)