Commit 18d378dc authored by Georg Brandl's avatar Georg Brandl

Fix markup.

parent ad6f877f
......@@ -39,7 +39,8 @@ Slice Objects
You probably do not want to use this function.
.. versionchanged:: 3.2
The parameter type for the *slice* parameter was PySliceObject* before.
The parameter type for the *slice* parameter was ``PySliceObject*``
before.
.. c:function:: int PySlice_GetIndicesEx(PyObject *slice, Py_ssize_t length, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelength)
......@@ -53,4 +54,5 @@ Slice Objects
Returns 0 on success and -1 on error with exception set.
.. versionchanged:: 3.2
The parameter type for the *slice* parameter was PySliceObject* before.
The parameter type for the *slice* parameter was ``PySliceObject*``
before.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment