Fixed #12092 -- Fixed grammar error in install.txt. Thanks, Abizern and timo

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12169 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2010-01-10 17:47:53 +00:00
parent 9e3dbc7573
commit 978fb8639f
1 changed files with 4 additions and 4 deletions

View File

@ -71,11 +71,11 @@ You've got three easy options to install Django:
.. warning::
If do either of the first two steps, keep an eye out for parts of the
If you do either of the first two steps, keep an eye out for parts of the
documentation marked **new in development version**. That phrase flags
features that are only available in development versions of Django; if you
try to use them with an official release they won't work.
features that are only available in development versions of Django, and
they likely won't work with an official release.
That's it!
----------