summaryrefslogtreecommitdiff
path: root/docutils/docs/dev/policies.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docutils/docs/dev/policies.txt')
-rw-r--r--docutils/docs/dev/policies.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/docs/dev/policies.txt b/docutils/docs/dev/policies.txt
index 03dc50e18..f3a85ebce 100644
--- a/docutils/docs/dev/policies.txt
+++ b/docutils/docs/dev/policies.txt
@@ -88,7 +88,7 @@ How to make code contributions that are easily accepted:
Testing`_ for a description of the test suite in ``docutils/test/``.
Ensure the addition works with all supported Python versions
- (2.3 ... 3.2).
+ (2.4 ... 3.2).
* Look at the Docutils sources to see how similar features are implemented,
learn to do it "the Docutils way".