Skip to content

Commit

Permalink
Fixed #8578: Corrected a typo in a shell example in the testing docs.…
Browse files Browse the repository at this point in the history
… Thanks to Manuel Saelices for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8656 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Aug 28, 2008
1 parent 229f2c1 commit 3f13fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down

0 comments on commit 3f13fa3

Please sign in to comment.