Skip to content

Commit a586763

Browse files
jonasdlindnerencukou
authored andcommitted
Fix a typo in the documentation
1 parent e3a41d8 commit a586763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ All follow the Python 3 API.
219219
| Python 2: :c:func:`PyString_FromString <py2:PyString_FromString>`
220220
| Python 3: :c:func:`(provided) <py3:PyBytes_FromString>`
221221
222-
.. c:function:: PyObject* PPyBytes_FromStringAndSize(const char *v, Py_ssize_t len)
222+
.. c:function:: PyObject* PyBytes_FromStringAndSize(const char *v, Py_ssize_t len)
223223
224224
Create a :ref:`PyBytes` from a C buffer and size.
225225

0 commit comments

Comments
 (0)