From 978fb8639f989e6199d3992ebc3db24c6b39353d Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 10 Jan 2010 17:47:53 +0000 Subject: [PATCH] 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 --- docs/intro/install.txt | 8 ++++---- 1 file 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! ----------