diff options
| author | Carl Meyer <carl@oddbird.net> | 2010-10-10 18:17:32 +0000 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2010-10-10 18:17:32 +0000 |
| commit | e226a113a6861b370770166ce7e13224e82d970e (patch) | |
| tree | c3a8c5d038099122f75bbb9f2216238ad2961a12 | |
| parent | 46812b4c2bdbfd791af18be066a2fa60718a3a97 (diff) | |
[1.2.X] Fixed typo in tutorial 01. Backport of [14129].
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14130 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -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 |
