summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
authorSean Wang <sean@decrypted.org>2015-02-18 19:19:21 -0800
committerTim Graham <timograham@gmail.com>2015-02-22 09:35:39 -0500
commiteba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 (patch)
treeab96fd1185101181e572d72ed40deb93b7ff2d60 /docs/ref/django-admin.txt
parentea3168dc6ced391d848c511a14cfcecfeac9d401 (diff)
Fixed #24358 -- Corrected code-block directives for console sessions.
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index fedec7aefa..4d969889d5 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -38,7 +38,7 @@ be consistent, but any example can use ``manage.py`` just as well.
Usage
=====
-.. code-block:: bash
+.. code-block:: console
$ django-admin <command> [options]
$ manage.py <command> [options]