diff options
author | Georg Brandl <georg@python.org> | 2010-11-05 07:10:41 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-05 07:10:41 (GMT) |
commit | c275e15489c58c4bde33b746eda6612b9a9a90ca (patch) | |
tree | ae0ebfc5a491c77f8869b1be5ef65f0d834445e0 /Doc/howto | |
parent | 3c6a951cfb380c937fbfc2a11dc8f7934e48413d (diff) | |
download | cpython-c275e15489c58c4bde33b746eda6612b9a9a90ca.zip cpython-c275e15489c58c4bde33b746eda6612b9a9a90ca.tar.gz cpython-c275e15489c58c4bde33b746eda6612b9a9a90ca.tar.bz2 |
Move glossary entry to the right position and fix link.
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/sorting.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/howto/sorting.rst b/Doc/howto/sorting.rst index 2260d9b..134c9ce 100644 --- a/Doc/howto/sorting.rst +++ b/Doc/howto/sorting.rst @@ -1,3 +1,5 @@ +.. _sortinghowto: + Sorting HOW TO ************** |