summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial02.txt
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2013-12-25 14:54:14 -0500
committerTim Graham <timograham@gmail.com>2013-12-25 15:19:14 -0500
commit80027d2c38d8980bbe570a62f44e1fd5a7882ae2 (patch)
tree17b883c29148f8bfe1d50e8fc29f9c577e7e6659 /docs/intro/tutorial02.txt
parent0dd907562247cbf88092a736b82d7d0c27407328 (diff)
Unified listing of shell commands/code
- use code-block:: bash - prefix the command with $
Diffstat (limited to 'docs/intro/tutorial02.txt')
-rw-r--r--docs/intro/tutorial02.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index b703200428..11c0bece6b 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -469,7 +469,7 @@ template directory in the source code of Django itself
.. code-block:: bash
- python -c "
+ $ python -c "
import sys
sys.path = sys.path[1:]
import django