summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2018-07-26 06:47:50 +0200
committerMichele Simionato <michele.simionato@gmail.com>2018-07-26 06:47:50 +0200
commiteb42aa36fabc95193194875a625e35f041f1c54b (patch)
tree8f2f44e8f657d1b2afc21dff3ed1bc9c10497083
parentf4bb40a2b67c9ffa7b8138768da7973e4985f29d (diff)
downloadpython-decorator-git-eb42aa36fabc95193194875a625e35f041f1c54b.tar.gz
Fix
-rw-r--r--PITCHME.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/PITCHME.md b/PITCHME.md
index e31d7fb..d3ce4ec 100644
--- a/PITCHME.md
+++ b/PITCHME.md
@@ -142,4 +142,5 @@ def old_function():
def another_old_function():
'Do something else'
```
-http://decorator.readthedocs.io/en/latest/
+
+See more examples on http://decorator.readthedocs.io/en/latest/