summaryrefslogtreecommitdiff
path: root/docs/django-admin.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-07-01 01:00:23 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-07-01 01:00:23 +0000
commit510e545776468ee0d546c1d57ca668a53d261ca6 (patch)
tree0788873778e67c1a34a51a9172e3c8348989c3f8 /docs/django-admin.txt
parent3336bd5c3df4e2837bfdfdbd6cd50e185134fc11 (diff)
Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5571 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/django-admin.txt')
-rw-r--r--docs/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt
index d20db7edc9..75c2738543 100644
--- a/docs/django-admin.txt
+++ b/docs/django-admin.txt
@@ -513,7 +513,7 @@ Example usage::
Verbosity determines the amount of notification and debug information that
will be printed to the console. '0' is no output, '1' is normal output,
-and `2` is verbose output.
+and ``2`` is verbose output.
--adminmedia
------------