summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2018-07-26 06:51:15 +0200
committerMichele Simionato <michele.simionato@gmail.com>2018-07-26 06:51:15 +0200
commitcaae169d543f7aa807b69eca98ec63f58f9f6903 (patch)
tree54604fad64f0a63b1a231da4cf2283f8252dd1e5
parenteb42aa36fabc95193194875a625e35f041f1c54b (diff)
downloadpython-decorator-git-caae169d543f7aa807b69eca98ec63f58f9f6903.tar.gz
Fix
-rw-r--r--PITCHME.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/PITCHME.md b/PITCHME.md
index d3ce4ec..40b6382 100644
--- a/PITCHME.md
+++ b/PITCHME.md
@@ -48,6 +48,7 @@ For instance
- Python 3.5/3.6 async/await => decorator 4.1
- Python 3.7 dataclasses => decorator 4.2
+Check http://decorator.readthedocs.io/en/latest/
---
The recommended way to write decorators in Python