diff --git a/source/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt b/source/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt index c3d7088917f..b114d53b945 100644 --- a/source/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt +++ b/source/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt @@ -55,7 +55,7 @@ recommended. Issue the following commands at the system prompt: virtualenv myproject Respectively, these commands: install the ``virtualenv`` program -(using ``pip``) and create an isolated python environment for this +(using ``pip``) and create an isolated Python environment for this project (named ``myproject``.) To activate ``myproject`` environment at the system prompt, use the diff --git a/source/tutorial/write-a-tumblelog-application-with-flask-mongoengine.txt b/source/tutorial/write-a-tumblelog-application-with-flask-mongoengine.txt index 2b06ce4a023..5756d10f123 100644 --- a/source/tutorial/write-a-tumblelog-application-with-flask-mongoengine.txt +++ b/source/tutorial/write-a-tumblelog-application-with-flask-mongoengine.txt @@ -52,7 +52,7 @@ recommended. Issue the following command at the system prompt: virtualenv myproject Respectively, these commands: install the ``virtualenv`` program -(using ``pip``) and create an isolated python environment for this +(using ``pip``) and create an isolated Python environment for this project (named ``myproject``.) To activate ``myproject`` environment at the system prompt, use the