summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Loadholtes <nick@ironboundsoftware.com>2014-03-22 01:19:02 +0000
committerNick Loadholtes <nick@ironboundsoftware.com>2014-03-22 01:19:02 +0000
commitdb21ff2cd87d49ee2a4ffc77e746f1a8e0cc3272 (patch)
treeeed230007ee8552527ce7f156105c7e95c10cb6d
parentc1826b74eb031270fe1218ee55c9ebc5997b2bf5 (diff)
downloadwheel-nloadholtes/removed-a-sentence-fragment-1395451140133.tar.gz
-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