]> granicus.if.org Git - python/commitdiff
Fix markup.
authorGeorg Brandl <georg@python.org>
Sat, 11 Dec 2010 22:19:34 +0000 (22:19 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 11 Dec 2010 22:19:34 +0000 (22:19 +0000)
Doc/c-api/slice.rst

index 7599c66fdf74dd17e3bab854ad1073dbc1be81d6..e157df216cfe793a41bc2ef51fc010b34d1a3aac 100644 (file)
@@ -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.