Skip to content

Commit

Permalink
pythongh-102383: [docs] Arguments of PyObject_CopyData are PyObjects
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 3, 2023
1 parent f91846b commit 92835fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/buffer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 92835fe

Please sign in to comment.