From 80027d2c38d8980bbe570a62f44e1fd5a7882ae2 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 25 Dec 2013 14:54:14 -0500 Subject: Unified listing of shell commands/code - use code-block:: bash - prefix the command with $ --- docs/intro/tutorial02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro/tutorial02.txt') 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 -- cgit v1.3