summaryrefslogtreecommitdiff
path: root/docs/setuptools.txt
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
commite0beae7ae0bea46e4af3892bd4d9298d256d3205 (patch)
tree829eb2df3040d9537d6037ed4ad3ab20e2cb1fed /docs/setuptools.txt
parentd215171466c4c7511044f92337e215ceda26d07f (diff)
downloadpython-setuptools-git-e0beae7ae0bea46e4af3892bd4d9298d256d3205.tar.gz
fix typo: "a a"
Diffstat (limited to 'docs/setuptools.txt')
-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.)