From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 20 Feb 2024 07:58:53 +0000 (+0100) Subject: [3.12] Make the title match the content (GH-115702) (gh-115703) X-Git-Tag: v3.12.3~235 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82e01a8b6d4315cc92e16b1f327ab3cb67439313;p=thirdparty%2FPython%2Fcpython.git [3.12] Make the title match the content (GH-115702) (gh-115703) --- diff --git a/Doc/howto/descriptor.rst b/Doc/howto/descriptor.rst index 1346b0d13514..330402d18357 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: diff --git a/Doc/howto/sorting.rst b/Doc/howto/sorting.rst index fffef481fe7e..b98f91e023bd 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