From: Georg Brandl Date: Sun, 6 Oct 2013 11:24:49 +0000 (+0200) Subject: Fix typo. Spotted by Bo Bayles on docs@. X-Git-Tag: v3.4.0a4~235^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df40e860d34cb970b3c6c99688b916aba3804052;p=thirdparty%2FPython%2Fcpython.git Fix typo. Spotted by Bo Bayles on docs@. --- diff --git a/Doc/library/distutils.rst b/Doc/library/distutils.rst index 11a29493a5ad..6666a9b7d725 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`.