diff options
author | TATHAGATA ROY <royzen9495@gmail.com> | 2023-06-14 14:21:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 14:21:30 (GMT) |
commit | d32e8d6070057eb7ad0eb2f9d9f1efab38b2cff4 (patch) | |
tree | da41addb18867ccc062d086962db1cbd68df46eb /Doc/c-api/slice.rst | |
parent | 4a113e24a38e2537570e4d694f8e0c01354904c4 (diff) | |
download | cpython-d32e8d6070057eb7ad0eb2f9d9f1efab38b2cff4.zip cpython-d32e8d6070057eb7ad0eb2f9d9f1efab38b2cff4.tar.gz cpython-d32e8d6070057eb7ad0eb2f9d9f1efab38b2cff4.tar.bz2 |
gh-105196: Fix indentations of section headings in C API docs (#105672)
Diffstat (limited to 'Doc/c-api/slice.rst')
-rw-r--r-- | Doc/c-api/slice.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/slice.rst b/Doc/c-api/slice.rst index 8271d9a..33169cc 100644 --- a/Doc/c-api/slice.rst +++ b/Doc/c-api/slice.rst @@ -113,7 +113,7 @@ Slice Objects Ellipsis Object ---------------- +^^^^^^^^^^^^^^^ .. c:var:: PyObject *Py_Ellipsis |