summaryrefslogtreecommitdiff
path: root/PITCHME.md
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2018-07-26 06:37:47 +0200
committerMichele Simionato <michele.simionato@gmail.com>2018-07-26 06:37:47 +0200
commit89ed356c1f1d3d4a5fe546fa7cbbeb5a25500851 (patch)
tree560e83d7a21bff9d4b460d7132ac26396d4e2646 /PITCHME.md
parentb83a70c1abd14ecfe105efff9eea34bc38982e51 (diff)
downloadpython-decorator-git-89ed356c1f1d3d4a5fe546fa7cbbeb5a25500851.tar.gz
Fix
Diffstat (limited to 'PITCHME.md')
-rw-r--r--PITCHME.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/PITCHME.md b/PITCHME.md
index 3cff21c..6ceb652 100644
--- a/PITCHME.md
+++ b/PITCHME.md
@@ -83,6 +83,7 @@ and inspect.getfullargspec is telling the truth
```
---
+Enter the decorator module
```python
from decorator import decorator