diff options
author | Éric Araujo <merwok@netwok.org> | 2011-07-28 20:50:18 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-07-28 20:50:18 (GMT) |
commit | f5e10d1f70f4ff923c9b5f868ba508b545b4851e (patch) | |
tree | 3e1934a74cbddf131e0f3396613cd6dad7c29535 /Doc/distutils | |
parent | 14382dc887ce25d6f2eb58945c2c7cf57b668d13 (diff) | |
download | cpython-f5e10d1f70f4ff923c9b5f868ba508b545b4851e.zip cpython-f5e10d1f70f4ff923c9b5f868ba508b545b4851e.tar.gz cpython-f5e10d1f70f4ff923c9b5f868ba508b545b4851e.tar.bz2 |
Turn raw URI into real link
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/apiref.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index 1fb6f9e..124d891 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -72,8 +72,8 @@ setup script). Indirectly provides the :class:`distutils.dist.Distribution` and | | be built | :class:`distutils.core.Extension` | +--------------------+--------------------------------+-------------------------------------------------------------+ | *classifiers* | A list of categories for the | The list of available | - | | package | categorizations is at | - | | | http://pypi.python.org/pypi?:action=list_classifiers. | + | | package | categorizations is available on `PyPI | + | | | <http://pypi.python.org/pypi?:action=list_classifiers>`_. | +--------------------+--------------------------------+-------------------------------------------------------------+ | *distclass* | the :class:`Distribution` | A subclass of | | | class to use | :class:`distutils.core.Distribution` | |