https://github.com/python/cpython/commit/82e01a8b6d4315cc92e16b1f327ab3cb67439313 commit: 82e01a8b6d4315cc92e16b1f327ab3cb67439313 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: rhettinger <[email protected]> date: 2024-02-20T07:58:53Z summary:
[3.12] Make the title match the content (GH-115702) (gh-115703) files: M Doc/howto/descriptor.rst M Doc/howto/sorting.rst diff --git a/Doc/howto/descriptor.rst b/Doc/howto/descriptor.rst index 1346b0d13514c2..330402d1835711 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]
