From 81f4805d344da32bf4391ae3d84b0dcfecbb6f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Thu, 25 Apr 2013 23:59:35 -0500 Subject: [PATCH] Minor: Python is a proper noun --- ...write-a-tumblelog-application-with-django-mongodb-engine.txt | 2 +- .../write-a-tumblelog-application-with-flask-mongoengine.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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