diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-20 08:05:46 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-20 08:05:46 (GMT) |
commit | bac9a53d007e291b2b32da326def92e71d79191f (patch) | |
tree | 548e18dd8d3f6462546545337cfc52840a1c4f98 /Doc/library/index.rst | |
parent | 273069cf7d79293fa0c2cca7fe6ab386a4e5c02a (diff) | |
download | cpython-bac9a53d007e291b2b32da326def92e71d79191f.zip cpython-bac9a53d007e291b2b32da326def92e71d79191f.tar.gz cpython-bac9a53d007e291b2b32da326def92e71d79191f.tar.bz2 |
Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section
Diffstat (limited to 'Doc/library/index.rst')
-rw-r--r-- | Doc/library/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/index.rst b/Doc/library/index.rst index dc35b09..ba20361 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst @@ -57,7 +57,7 @@ the `Python Package Index <http://pypi.python.org/pypi>`_. fileformats.rst crypto.rst allos.rst - someos.rst + concurrency.rst ipc.rst netdata.rst markup.rst |