diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2010-01-10 17:47:53 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2010-01-10 17:47:53 +0000 |
| commit | 978fb8639f989e6199d3992ebc3db24c6b39353d (patch) | |
| tree | 27b570e89a20afd9784e43011686619a8c59fb9a /docs | |
| parent | 9e3dbc757301a663717029fdd66e351d72e93079 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/install.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt index d0776a6ea3..901bde01c2 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -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! ---------- |
