Index: docs/topics/testing.txt
===================================================================
--- docs/topics/testing.txt	(revisión: 8596)
+++ docs/topics/testing.txt	(copia de trabajo)
@@ -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``.
 
