From 6f8db5f1157578b2449acd4e3a030660dad2c312 Mon Sep 17 00:00:00 2001 From: Nick Geoghegan Date: Tue, 5 Mar 2013 12:14:24 +0000 Subject: [PATCH] Readability improvements. --- ...te-a-tumblelog-application-with-django-mongodb-engine.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 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 ffb0e5dd742..c07d9210bdc 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 @@ -496,9 +496,8 @@ following code to generate the comments form: Your tumblelog's readers can now comment on your posts! Run ``python -manage.py runserver`` to see the changes. Run ``python manage.py -runserver`` and go to `http://localhost:8000/hello-world/ -`_ to see the following: +manage.py runserver`` to see the changes by visiting `http://localhost:8000/hello-world/ +`_. You should see the following: .. image:: .static/django-nonrel-comment-form.png :align: center