From: Raymond Hettinger Date: Tue, 20 Feb 2024 07:51:56 +0000 (-0600) Subject: Make the title match the content (GH-115702) X-Git-Tag: v3.13.0a5~331 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2aaef562364b3dea64d7eee1e7dd9e51cb806f91;p=thirdparty%2FPython%2Fcpython.git Make the title match the content (GH-115702) --- diff --git a/Doc/howto/descriptor.rst b/Doc/howto/descriptor.rst index 75346f2c7618..7d787c1c42df 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