Fixed #8578: Corrected a typo in a shell example in the testing docs. Thanks to Manuel Saelices for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8656 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2008-08-28 12:22:33 +00:00
parent 229f2c1ca0
commit 3f13fa398c
1 changed files with 1 additions and 1 deletions

View File

@ -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``.