From d1c9802811b5c3f5abd3defcfecac160135fa6e7 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 18 Sep 2013 10:35:41 -0400 Subject: Fixed #21116 -- Made usage of manage.py in docs more consistent. Thanks daniel.quattro at gmail.com for the report. --- docs/intro/tutorial05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro/tutorial05.txt') diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt index acad576f70..910eab0ed9 100644 --- a/docs/intro/tutorial05.txt +++ b/docs/intro/tutorial05.txt @@ -190,7 +190,7 @@ Running tests In the terminal, we can run our test:: - python manage.py test polls + $ python manage.py test polls and you'll see something like:: -- cgit v1.3