mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-102383: [docs] Arguments of PyObject_CopyData
are PyObject *
(#102390)
This commit is contained in:
parent
4e7c0cbf59
commit
7b9132057d
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ Buffer-related functions
|
|||
This function fails if *len* != *src->len*.
|
||||
|
||||
|
||||
.. c:function:: int PyObject_CopyData(Py_buffer *dest, Py_buffer *src)
|
||||
.. c:function:: int PyObject_CopyData(PyObject *dest, PyObject *src)
|
||||
|
||||
Copy data from *src* to *dest* buffer. Can convert between C-style and
|
||||
or Fortran-style buffers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue