summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvrutsky <rutsky.vladimir@gmail.com>2015-07-02 11:00:57 +0000
committervrutsky <rutsky.vladimir@gmail.com>2015-07-02 11:00:57 +0000
commit6668473a2f59e35e16896ed3e55b3b20c2a23a2e (patch)
treeb7157911971c38fbb67d184917deaaa18a5472a3
parent530fea10731cfab2bc7638fa0ec4a1134aab3639 (diff)
downloadpython-setuptools-bitbucket-6668473a2f59e35e16896ed3e55b3b20c2a23a2e.tar.gz
fix typo: "a a"
-rw-r--r--docs/setuptools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index 89c08e23..0feb09ea 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -1467,7 +1467,7 @@ are included in any source distribution you build. This is a big improvement
over having to manually write a ``MANIFEST.in`` file and try to keep it in
sync with your project. So, if you are using CVS or Subversion, and your
source distributions only need to include files that you're tracking in
-revision control, don't create a a ``MANIFEST.in`` file for your project.
+revision control, don't create a ``MANIFEST.in`` file for your project.
(And, if you already have one, you might consider deleting it the next time
you would otherwise have to change it.)