]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo. Spotted by Bo Bayles on docs@.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 11:24:49 +0000 (13:24 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 11:24:49 +0000 (13:24 +0200)
Doc/library/distutils.rst

index 11a29493a5ad70cfd5ad3dbd60786b99ee468d83..6666a9b7d7258e52a335024e1de3e7f2da2aa900 100644 (file)
@@ -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`.