diff options
author | Georg Brandl <georg@python.org> | 2010-11-05 07:11:47 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-05 07:11:47 (GMT) |
commit | eae40ba6f71f55e7e597c2663454a7e164a767fe (patch) | |
tree | 686acb5c95381c35f6a51d0c45e6121e08f651ac /Doc/howto | |
parent | 34b3e59504065800a3f3ae81c7d84e34124b5ef6 (diff) | |
download | cpython-eae40ba6f71f55e7e597c2663454a7e164a767fe.zip cpython-eae40ba6f71f55e7e597c2663454a7e164a767fe.tar.gz cpython-eae40ba6f71f55e7e597c2663454a7e164a767fe.tar.bz2 |
Merged revisions 86187 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r86187 | georg.brandl | 2010-11-05 07:10:41 +0000 (Fr, 05 Nov 2010) | 1 line
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 f968a78..31a601f 100644 --- a/Doc/howto/sorting.rst +++ b/Doc/howto/sorting.rst @@ -1,3 +1,5 @@ +.. _sortinghowto: + Sorting HOW TO ************** |