mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Fix markup.
This commit is contained in:
parent
ad6f877f98
commit
18d378dc3d
1 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue