summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Bird <tim.bird@sony.com>2019-09-30 17:47:36 -1000
committerGitHub <noreply@github.com>2019-09-30 17:47:36 -1000
commit10f4c1be2d59d7ab4632e4f6d9a79f755844f779 (patch)
tree80fbd1c29a2a8cf11ed79bff916487fc21e41ccd
parent35218c9ff4d90dd436f7c9a4d8eb10fc23d792e9 (diff)
downloadvirtualenv-10f4c1be2d59d7ab4632e4f6d9a79f755844f779.tar.gz
Update userguide.rst
improve the English of this sentence. The sentence was previously grammatically incorrect.
-rw-r--r--docs/userguide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide.rst b/docs/userguide.rst
index 9fe9acd..27fa3be 100644
--- a/docs/userguide.rst
+++ b/docs/userguide.rst
@@ -9,7 +9,7 @@ Virtualenv has one basic command::
$ virtualenv ENV
-Where ``ENV`` is a directory to place the new virtual environment. It has
+Where ``ENV`` is a directory in which to place the new virtual environment. It has
a number of usual effects (modifiable by many :ref:`options`):
- :file:`ENV/lib/` and :file:`ENV/include/` are created, containing supporting