commit | 0fe095e87f727f4a19b6cbfd718d51935a888740 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Apr 11 00:03:33 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Apr 11 00:03:33 2010 +0000 |
tree | 43d2c60eb3978c8a105ccb77b759264eddc8bdf3 | |
parent | da176eeb6862abed5632439c68798aa0e06457e1 [diff] [blame] |
Add the sorting HOWTO to the main docs.
diff --git a/Doc/howto/index.rst b/Doc/howto/index.rst index 7d64688..022beee 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst
@@ -20,6 +20,7 @@ functional.rst regex.rst sockets.rst + sorting.rst unicode.rst urllib2.rst webservers.rst