https://github.com/python/cpython/commit/2aaef562364b3dea64d7eee1e7dd9e51cb806f91 commit: 2aaef562364b3dea64d7eee1e7dd9e51cb806f91 branch: main author: Raymond Hettinger <[email protected]> committer: rhettinger <[email protected]> date: 2024-02-20T01:51:56-06:00 summary:
Make the title match the content (GH-115702) files: M Doc/howto/descriptor.rst M Doc/howto/sorting.rst diff --git a/Doc/howto/descriptor.rst b/Doc/howto/descriptor.rst index 75346f2c7618c2..7d787c1c42df64 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 fffef481fe7ebb..b98f91e023bdfc 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
