Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18d378d

Browse files
committed
Fix markup.
1 parent ad6f877 commit 18d378d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/c-api/slice.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ Slice Objects
3939
You probably do not want to use this function.
4040
4141
.. versionchanged:: 3.2
42-
The parameter type for the *slice* parameter was PySliceObject* before.
42+
The parameter type for the *slice* parameter was ``PySliceObject*``
43+
before.
4344
4445
4546
.. 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
5354
Returns 0 on success and -1 on error with exception set.
5455
5556
.. versionchanged:: 3.2
56-
The parameter type for the *slice* parameter was PySliceObject* before.
57+
The parameter type for the *slice* parameter was ``PySliceObject*``
58+
before.

0 commit comments

Comments
 (0)