summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2021-04-02 18:01:01 +0200
committerMichele Simionato <michele.simionato@gmail.com>2021-04-02 18:01:01 +0200
commit2db03cbc1e917bd0679045d3eeeed76cd42c44d0 (patch)
treedd563baa434ea715fd20e992a1ac3dafc0cf1607 /src
parent5f46940c80a7c9be9cc92f9300fc7ce6f970c927 (diff)
downloadpython-decorator-git-2db03cbc1e917bd0679045d3eeeed76cd42c44d0.tar.gz
Doc fix
Diffstat (limited to 'src')
-rw-r--r--src/tests/documentation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/documentation.py b/src/tests/documentation.py
index 759f534..aa6f3db 100644
--- a/src/tests/documentation.py
+++ b/src/tests/documentation.py
@@ -43,7 +43,7 @@ the Signature object works well enough that it is possible to fix the
signature of a decorated function without resorting to "exec" tricks).
The simplification gives a very neat advantage: in case of exceptions
raised in decorated functions the traceback is nicer than it used to be.
-That's counts as a new feature in my book ;-)
+That counts as a new feature in my book ;-)
What's New in version 4
-----------------------