소스 검색

Small rewording of tutorial01.txt changes from [14066]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14499 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Adrian Holovaty 14 년 전
부모
커밋
2380584783
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/intro/tutorial01.txt

+ 1 - 1
docs/intro/tutorial01.txt

@@ -274,7 +274,7 @@ so you can focus on writing code rather than creating directories.
     configuration and apps for a particular Web site. A project can contain
     multiple apps. An app can be in multiple projects.
 
-Your apps can live anywhere on your `Python path`_. In this tutorial we will
+Your apps can live anywhere on your `Python path`_. In this tutorial, we'll
 create our poll app in the :file:`mysite` directory for simplicity.
 
 To create your app, make sure you're in the :file:`mysite` directory and type