summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial05.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-09-18 10:35:41 -0400
committerRamiro Morales <cramm0@gmail.com>2013-09-25 21:11:17 -0300
commitd1047c8b4cecd2e64a1ec0882328af9d081220a3 (patch)
treeef07532e0f758c54bddb2f9030c1349280c179db /docs/intro/tutorial05.txt
parentd7ae0bc372f8423e7bcf9b5408df46fd5c8dc27d (diff)
[1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent.
Thanks daniel.quattro at gmail.com for the report. d1c9802811 from master.
Diffstat (limited to 'docs/intro/tutorial05.txt')
-rw-r--r--docs/intro/tutorial05.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt
index 39c3785f7c..9ea6ea534a 100644
--- a/docs/intro/tutorial05.txt
+++ b/docs/intro/tutorial05.txt
@@ -189,7 +189,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::