Skip to content

Commit

Permalink
Fixed #5633, refs #5626: Change "Max OS X" to "Mac OS X" in tutorial01.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
mboersma committed Oct 19, 2007
1 parent 3375ed1 commit 50b824d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial01.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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 code, then run the command ``django-admin.py startproject mysite``. This
will create a ``mysite`` directory in your current directory. 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 If you're using Mac OS X, you may see the message "permission
denied" when you try to run ``django-admin.py startproject``. This denied" when you try to run ``django-admin.py startproject``. This
Expand Down

0 comments on commit 50b824d

Please sign in to comment.