Skip to content

Commit

Permalink
Fix a typo in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasdlindner authored and encukou committed Aug 1, 2024
1 parent e3a41d8 commit a586763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ All follow the Python 3 API.
| Python 2: :c:func:`PyString_FromString <py2:PyString_FromString>`
| Python 3: :c:func:`(provided) <py3:PyBytes_FromString>`
.. c:function:: PyObject* PPyBytes_FromStringAndSize(const char *v, Py_ssize_t len)
.. c:function:: PyObject* PyBytes_FromStringAndSize(const char *v, Py_ssize_t len)
Create a :ref:`PyBytes` from a C buffer and size.
Expand Down

0 comments on commit a586763

Please sign in to comment.