diff options
| author | Carl Meyer <carl@oddbird.net> | 2010-10-10 18:15:16 +0000 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2010-10-10 18:15:16 +0000 |
| commit | 2623f2b74473f38df0e52c7e8ad7dc189f5cabaa (patch) | |
| tree | a90ae2646e0714dbea6e837a0be5a76340e8068e /docs/intro/tutorial01.txt | |
| parent | 87b748b3bbaf15ec3c38f18d682e5bc12e0f5c79 (diff) | |
Fixed typo in tutorial 01.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial01.txt')
| -rw-r--r-- | docs/intro/tutorial01.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 1ecfa109eb..785218ba04 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -43,7 +43,7 @@ create a ``mysite`` directory in your current directory. If you installed Django using the Ubuntu package manager (e.g. apt-get) ``django-admin.py`` has been renamed to ``django-admin``. You may continue - through through this documentation by omitting ``.py`` from each command. + through this documentation by omitting ``.py`` from each command. .. admonition:: Mac OS X permissions |
