Author: russellm
Date: 2008-08-28 07:22:33 -0500 (Thu, 28 Aug 2008)
New Revision: 8656

Modified:
   django/trunk/docs/topics/testing.txt
Log:
Fixed #8578: Corrected a typo in a shell example in the testing docs. Thanks to 
Manuel Saelices for the report.

Modified: django/trunk/docs/topics/testing.txt
===================================================================
--- django/trunk/docs/topics/testing.txt        2008-08-28 11:52:50 UTC (rev 
8655)
+++ django/trunk/docs/topics/testing.txt        2008-08-28 12:22:33 UTC (rev 
8656)
@@ -253,7 +253,7 @@
 ``'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``.
 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to