Fix minor typo error in development docs documentation

In fuel-web/docs/develop/env.rst, following lines:
virtualenv fuel-web-venv
. virtualenv/bin/activate

should be changed to:
virtualenv fuel-web-venv
. fuel-web-venv/bin/activate

Change-Id: Ib598cbb06b6144aa8bb83bf4a0a42c0a3ca0c8e7
Closes-Bug: #1553924
This commit is contained in:
prameswar 2016-03-07 14:29:16 +05:30
parent fe8164f38d
commit 23e1e3fa79
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ Now you can create the virtual environment and activate it.
::
virtualenv fuel-web-venv
. virtualenv/bin/activate
. fuel-web-venv/bin/activate
And then install the dependencies.
::