summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/contributing.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt
index ceafb6b028..1926ad772d 100644
--- a/docs/intro/contributing.txt
+++ b/docs/intro/contributing.txt
@@ -70,9 +70,9 @@ probably got the answers.
.. admonition:: Python 3 required!
- The current development version of Django doesn't support Python 2.7. Get
- Python 3 at `Python's download page <https://www.python.org/downloads/>`_ or
- with your operating system's package manager.
+ The current version of Django doesn't support Python 2.7. Get Python 3 at
+ `Python's download page <https://www.python.org/downloads/>`_ or with your
+ operating system's package manager.
.. admonition:: For Windows users