Skip to content

Commit 65cf3b1

Browse files
authored
Merge pull request realpython#855 from BlueStarCoder/patch-1
correct typo in virtualenvs.rst
2 parents 7402c26 + 11b1297 commit 65cf3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/virtualenvs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ This creates the :file:`my_project` folder inside :file:`~/Envs`.
359359
$ workon my_project
360360
361361
Alternatively, you can make a project, which creates the virtual environment,
362-
and also a project directory inside ``$PROJECT_HOME``, which is ``cd`` -ed into
362+
and also a project directory inside ``$WORKON_HOME``, which is ``cd`` -ed into
363363
when you ``workon myproject``.
364364

365365
.. code-block:: console

0 commit comments

Comments
 (0)