summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-02-09 09:13:00 -0500
committerTim Graham <timograham@gmail.com>2017-02-09 09:34:48 -0500
commit0c21c49068cd283530a4b1822305d6dd7b7452ba (patch)
tree2f49727d9b3619007f3157d4041fc1506e1d28ee /docs
parentac7a186c34fea75cbd15147e662a32dcfebd11de (diff)
[1.11.x] Explained the shell's $ prefix in tutorial 1.
Thanks Luke Sneeringer for the suggestion. Backport of ad36e5480d6cafb4031e8eb0bacc3a07d2fe4609 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/tutorial01.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 10738fa91f..05ee9c3481 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -13,7 +13,8 @@ It'll consist of two parts:
* An admin site that lets you add, change, and delete polls.
We'll assume you have :doc:`Django installed </intro/install>` already. You can
-tell Django is installed and which version by running the following command:
+tell Django is installed and which version by running the following command
+in a shell prompt (indicated by the $ prefix):
.. code-block:: console