summaryrefslogtreecommitdiff
path: root/docs/intro
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:44:06 +0100
commitdd5d405e62da4ace51b9055ce27d9548575ec6e5 (patch)
treeada5c3498a3f7826a087054a9625772c00e2cc73 /docs/intro
parentc1d57615ac60171a73e1922a48ebc27fe513357e (diff)
[2.0.x] Removed 'development' word in contributing docs
Backport of f2ec89691236b59f54f9cf41bccd79a5853af36c from master.
Diffstat (limited to 'docs/intro')
-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 764d166631..9c06c68e7e 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