mirror of https://github.com/python/cpython
gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (#102390)
This commit is contained in:
parent
4e7c0cbf59
commit
7b9132057d
|
@ -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…
Reference in New Issue