소스 검색

Explained the shell's $ prefix in tutorial 1.

Thanks Luke Sneeringer for the suggestion.
Tim Graham 8 년 전
부모
커밋
ad36e5480d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/intro/tutorial01.txt

+ 2 - 1
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