]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Make the title match the content (GH-115702) (gh-115703)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 Feb 2024 07:58:53 +0000 (08:58 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2024 07:58:53 +0000 (07:58 +0000)
Doc/howto/descriptor.rst
Doc/howto/sorting.rst

index 1346b0d13514c227e6c6036bc3afd90808ce1168..330402d1835711e06ce2cf11e72f7a4b4888c7a6 100644 (file)
@@ -1,8 +1,8 @@
 .. _descriptorhowto:
 
-======================
-Descriptor HowTo Guide
-======================
+================
+Descriptor Guide
+================
 
 :Author: Raymond Hettinger
 :Contact: <python at rcn dot com>
index fffef481fe7ebb7505c31bd466343cda563b8143..b98f91e023bdfc7a06540a0f7fb8ce361748e2e5 100644 (file)
@@ -1,7 +1,7 @@
 .. _sortinghowto:
 
-Sorting HOW TO
-**************
+Sorting Techniques
+******************
 
 :Author: Andrew Dalke and Raymond Hettinger