summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/testing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt
index 42fa1fb9c3..bc50513611 100644
--- a/docs/topics/testing.txt
+++ b/docs/topics/testing.txt
@@ -253,7 +253,7 @@ application, add the application name to the command line. For example, if your
``'myproject.animals'``, you can run the ``myproject.animals`` unit tests alone
with this command::
- # ./manage.py test animals
+ $ ./manage.py test animals
Note that we used ``animals``, not ``myproject.animals``.