Skip to content

Commit 0d2ffc0

Browse files
committed
Use 'venv' consistently for virtualenv directory.
Pointed out by tri on #pocoo.
1 parent fd62cd8 commit 0d2ffc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ information about how to do that. Once you have it installed, run the same
6161
commands as above, but without the `sudo` prefix.
6262

6363
Once you have virtualenv installed, just fire up a shell and create
64-
your own environment. I usually create a project folder and an `env`
64+
your own environment. I usually create a project folder and a `venv`
6565
folder within::
6666

6767
$ mkdir myproject

0 commit comments

Comments
 (0)