summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2017-12-05 18:40:46 +0100
committerClaude Paroz <claude@2xlibre.net>2017-12-05 18:42:37 +0100
commitf2ec89691236b59f54f9cf41bccd79a5853af36c (patch)
tree07d01202f416ca3e4a29b8a80bf9516f081c361d /docs
parente014f91a70aa3ccdddb363a733c76e35597424fa (diff)
Removed 'development' word in contributing docs
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