diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2024-02-20 07:51:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-20 07:51:56 (GMT) |
commit | 2aaef562364b3dea64d7eee1e7dd9e51cb806f91 (patch) | |
tree | bc3f32035e1a2eb44c50949533cfbbf9e3c4076d /Doc | |
parent | 9f8a9e8ac74d588a2958dfa04085a0d78f9dcba9 (diff) | |
download | cpython-2aaef562364b3dea64d7eee1e7dd9e51cb806f91.zip cpython-2aaef562364b3dea64d7eee1e7dd9e51cb806f91.tar.gz cpython-2aaef562364b3dea64d7eee1e7dd9e51cb806f91.tar.bz2 |
Make the title match the content (GH-115702)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/howto/descriptor.rst | 6 | ||||
-rw-r--r-- | Doc/howto/sorting.rst | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Doc/howto/descriptor.rst b/Doc/howto/descriptor.rst index 75346f2..7d787c1 100644 --- a/Doc/howto/descriptor.rst +++ b/Doc/howto/descriptor.rst @@ -1,8 +1,8 @@ .. _descriptorhowto: -====================== -Descriptor HowTo Guide -====================== +================ +Descriptor Guide +================ :Author: Raymond Hettinger :Contact: <python at rcn dot com> diff --git a/Doc/howto/sorting.rst b/Doc/howto/sorting.rst index fffef48..b98f91e 100644 --- a/Doc/howto/sorting.rst +++ b/Doc/howto/sorting.rst @@ -1,7 +1,7 @@ .. _sortinghowto: -Sorting HOW TO -************** +Sorting Techniques +****************** :Author: Andrew Dalke and Raymond Hettinger |