diff options
| author | Matt Boersma <matt@sprout.org> | 2007-10-19 15:43:45 +0000 |
|---|---|---|
| committer | Matt Boersma <matt@sprout.org> | 2007-10-19 15:43:45 +0000 |
| commit | 50b824d2b1190156fd3d4b00291c297d94da07e4 (patch) | |
| tree | 71c6565dc9e28e210ebef3b26ed414750eed9769 /docs | |
| parent | 3375ed112873055ac705ed020ccd7adb8a5b211c (diff) | |
Fixed #5633, refs #5626: Change "Max OS X" to "Mac OS X" in tutorial01.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tutorial01.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt index 4e97dcd541..9e0c287346 100644 --- a/docs/tutorial01.txt +++ b/docs/tutorial01.txt @@ -41,7 +41,7 @@ From the command line, ``cd`` into a directory where you'd like to store your code, then run the command ``django-admin.py startproject mysite``. This will create a ``mysite`` directory in your current directory. -.. admonition:: Max OS X permissions +.. admonition:: Mac OS X permissions If you're using Mac OS X, you may see the message "permission denied" when you try to run ``django-admin.py startproject``. This |
