summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2014-03-26 22:29:44 -0400
committerDaniel Holth <dholth@fastmail.fm>2014-03-26 22:29:44 -0400
commit2810e2ca40a07a0fcc957a79b78c50a6bdb81eda (patch)
treeb09f8d5556939565627af0c667be2d57b204ad3f
parent2a4395abc9a23650ec65929e7fd22417efc244c4 (diff)
parentdb21ff2cd87d49ee2a4ffc77e746f1a8e0cc3272 (diff)
downloadwheel-2810e2ca40a07a0fcc957a79b78c50a6bdb81eda.tar.gz
Merged in nloadholtes/wheel-1/nloadholtes/removed-a-sentence-fragment-1395451140133 (pull request #41)
Removed a sentence fragment
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 595469b..3ddeccf 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -36,7 +36,7 @@ can become a less-than-1 second "unpack from wheel".
As a side effect the wheel directory, "/tmp/wheelhouse" in the example,
contains installable copies of the exact versions of your application's
-dependencies. the dependencies. By installing from those cached wheels
+dependencies. By installing from those cached wheels
you can recreate that environment quickly and with no surprises.
To build an individual wheel, run ``python setup.py bdist_wheel``. Note that