Skip to content

Commit f0a1265

Browse files
committed
Merged in dirn/virtualenvwrapper/dirn/fix-documentation-for-allvirtualenv-the-1375587964876 (pull request #4)
Fix documentation for allvirtualenv
2 parents 7927d10 + db8e581 commit f0a1265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/command_ref.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Run a command in all virtualenvs under WORKON_HOME.
213213

214214
Syntax::
215215

216-
allenvs command with arguments
216+
allvirtualenv command with arguments
217217

218218
Each virtualenv is activated, bypassing activation hooks, the current
219219
working directory is changed to the current virtualenv, and then the
@@ -222,7 +222,7 @@ can modify the virtualenv.
222222

223223
::
224224

225-
$ allenvs pip install -U pip
225+
$ allvirtualenv pip install -U pip
226226

227227

228228
==================================

0 commit comments

Comments
 (0)