summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/install.txt8
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!
----------