diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 11:24:52 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 11:24:52 (GMT) |
commit | 92965099a6a2c81d90403f3c5b113721234f9995 (patch) | |
tree | 603a7b29ef46d72df9410250938a88bd9599a46f /Doc/library | |
parent | 0c3ecc2b721db0d7e4c95d0a3e318fdf5d5f6f2e (diff) | |
parent | df40e860d34cb970b3c6c99688b916aba3804052 (diff) | |
download | cpython-92965099a6a2c81d90403f3c5b113721234f9995.zip cpython-92965099a6a2c81d90403f3c5b113721234f9995.tar.gz cpython-92965099a6a2c81d90403f3c5b113721234f9995.tar.bz2 |
merge with 3.3
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/distutils.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/distutils.rst b/Doc/library/distutils.rst index 11a2949..6666a9b 100644 --- a/Doc/library/distutils.rst +++ b/Doc/library/distutils.rst @@ -20,6 +20,6 @@ User documentation and API reference are provided in another document: :ref:`distutils-index` The manual for developers and packagers of Python modules. This describes how to prepare :mod:`distutils`\ -based packages so that they may be - easily installed into an existing Python installation. If also contains + easily installed into an existing Python installation. It also contains instructions for end-users wanting to install a distutils-based package, :ref:`install-index`. |