Skip to content

Commit fca589d

Browse files
authored
Merge pull request #1004 from imba-tjd/patch-1
Trivial fix
2 parents 6140459 + 90cbdc8 commit fca589d

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
@@ -260,7 +260,7 @@ or change the interpreter globally with an env variable in ``~/.bashrc``:
260260
$ source venv/bin/activate
261261
262262
The name of the current virtual environment will now appear on the left of
263-
the prompt (e.g. ``(venv)Your-Computer:project_folder UserName$)`` to let you know
263+
the prompt (e.g. ``(venv)Your-Computer:project_folder UserName$``) to let you know
264264
that it's active. From now on, any package that you install using pip will be
265265
placed in the ``venv`` folder, isolated from the global Python installation.
266266

0 commit comments

Comments
 (0)