diff options
-rw-r--r-- | Doc/howto/descriptor.rst | 6 | ||||
-rw-r--r-- | Doc/howto/sorting.rst | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Doc/howto/descriptor.rst b/Doc/howto/descriptor.rst index 75346f2..7d787c1 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 fffef48..b98f91e 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 |