]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make the title match the content (GH-115702)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 20 Feb 2024 07:51:56 +0000 (01:51 -0600)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2024 07:51:56 +0000 (01:51 -0600)
Doc/howto/descriptor.rst
Doc/howto/sorting.rst

index 75346f2c7618c2eea8ec6a9612d32d707c6a9bc8..7d787c1c42df648d4e0f1f631fbbc8a9d420652a 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