Skip to content

Commit db8e581

Browse files
committed
Fix documentation for allvirtualenv
The samples for the `allvirtualenv` command are being correct to use 'allvirtualenv' instead of 'allenv'.
1 parent a6f615e commit db8e581

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)