summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/documentation.md3
-rw-r--r--src/tests/documentation.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/documentation.md b/docs/documentation.md
index 18aa0e0..fb41ae9 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -37,7 +37,7 @@ What's New in version 4
- **New documentation**
There is now a single manual for all Python versions, so I took the
- opportunity to overhaul the documentation and to move it to readthedocs.org.
+ opportunity to overhaul the documentation.
Even if you are a long-time user, you may want to revisit the docs, since
several examples have been improved.
@@ -475,6 +475,7 @@ Here is an example of usage:
>>> func()
calling func with args (), {}
+
```
Decorator factories
diff --git a/src/tests/documentation.py b/src/tests/documentation.py
index 4e4ee3d..29fe75c 100644
--- a/src/tests/documentation.py
+++ b/src/tests/documentation.py
@@ -53,7 +53,7 @@ What's New in version 4
- **New documentation**
There is now a single manual for all Python versions, so I took the
- opportunity to overhaul the documentation and to move it to readthedocs.org.
+ opportunity to overhaul the documentation.
Even if you are a long-time user, you may want to revisit the docs, since
several examples have been improved.