summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatt Iversen <teh.ivo@gmail.com>2016-02-12 14:32:29 +1100
committerMatt Iversen <teh.ivo@gmail.com>2016-02-12 14:32:29 +1100
commit65253e59b8b4069de48585e8dff35a69254549c8 (patch)
tree2bbd604e0c6185d37458ce7b07ee32a9802ea536 /docs
parentf40b5c08b65405aaf1b99732f437014645d4bb59 (diff)
downloadvirtualenv-65253e59b8b4069de48585e8dff35a69254549c8.tar.gz
Clarify changelog entry for #805
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 9c02920..764100f 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -84,7 +84,7 @@ Release History
* Make sure not to run a --user install when creating the virtualenv (:pull:`803`)
-* Remove virtualenv file's path from directory when executing with a new
+* Remove virtualenv.py's path from sys.path when executing with a new
python. Fixes issue :issue:`779`, :issue:`763` (:pull:`805`)
* Remove use of () in .bat files so ``Program Files (x86)`` works :issue:`35`