summaryrefslogtreecommitdiff
path: root/docs/documentation.md
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2019-03-16 07:30:21 +0100
committerMichele Simionato <michele.simionato@gmail.com>2019-03-16 07:30:21 +0100
commit0c1c7a6c04026ca95caf8aa430c8003d0483fb60 (patch)
tree0bc7cd5239a55e240ec51a3bde5c31a2cb4bac7c /docs/documentation.md
parent0009f36ad5dbbe048d7e2519e8ac8fdd829f686f (diff)
downloadpython-decorator-git-0c1c7a6c04026ca95caf8aa430c8003d0483fb60.tar.gz
Fixed docs
Diffstat (limited to 'docs/documentation.md')
-rw-r--r--docs/documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/documentation.md b/docs/documentation.md
index 0bd3481..2c0db63 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -30,7 +30,7 @@ trivial to distribute the module as an universal
required. Since Python 2.5 has been released ages ago (in 2006), I felt that
it was reasonable to drop the support for it. If you need to support
ancient versions of Python, stick with the decorator module version
-3.4.2. The current version supports all Python releases from 2.6 up to 3.6.
+3.4.2. The current version supports all Python releases from 2.6 up.
What's New in version 4
-----------------------