diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2019-03-16 07:30:21 +0100 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2019-03-16 07:30:21 +0100 |
| commit | 0c1c7a6c04026ca95caf8aa430c8003d0483fb60 (patch) | |
| tree | 0bc7cd5239a55e240ec51a3bde5c31a2cb4bac7c /src/tests | |
| parent | 0009f36ad5dbbe048d7e2519e8ac8fdd829f686f (diff) | |
| download | python-decorator-git-0c1c7a6c04026ca95caf8aa430c8003d0483fb60.tar.gz | |
Fixed docs
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/documentation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/documentation.py b/src/tests/documentation.py index 8e9adf8..d64c683 100644 --- a/src/tests/documentation.py +++ b/src/tests/documentation.py @@ -44,7 +44,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 ----------------------- |
