summaryrefslogtreecommitdiff
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
parent0009f36ad5dbbe048d7e2519e8ac8fdd829f686f (diff)
downloadpython-decorator-git-0c1c7a6c04026ca95caf8aa430c8003d0483fb60.tar.gz
Fixed docs
-rw-r--r--README.md1
-rw-r--r--docs/documentation.md2
-rw-r--r--src/tests/documentation.py2
3 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 78f77a1..217877a 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,7 @@ Documentation
---------------
The documentation has been moved to GitHub: https://raw.githubusercontent.com/micheles/decorator/master/docs/documentation.md
+
From there you can get a PDF version by simply using the print
functionality of your browser.
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
-----------------------
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
-----------------------