summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2018-07-26 06:30:24 +0200
committerMichele Simionato <michele.simionato@gmail.com>2018-07-26 06:30:24 +0200
commit1e15063fc6dad18c95de3348fa1d3c86d2043ba0 (patch)
tree88469fe421a1cba394a82f29194695c42b584058
parent0ed415ff9ecc3ca0cd064c851abc66a03e2c7647 (diff)
downloadpython-decorator-git-1e15063fc6dad18c95de3348fa1d3c86d2043ba0.tar.gz
Fix
-rw-r--r--PITCHME.md21
1 files changed, 10 insertions, 11 deletions
diff --git a/PITCHME.md b/PITCHME.md
index 424e1e2..5482f46 100644
--- a/PITCHME.md
+++ b/PITCHME.md
@@ -18,6 +18,16 @@ the decorator module :-)
Several frameworks and tools depend on it, so it is one of the most
downloaded packages on PyPI
++++
+decorator 0.1, May 2005: *this is a hack, surely they will fix the signature
+in the next release of Python*
+
+...
+
++++
+
+# or maybe no
+
+++?image=releases.png
+++
@@ -68,17 +78,6 @@ FullArgSpec(args=[], varargs='args', varkw='kwds', defaults=None, kwonlyargs=[],
```
---
-decorator 0.1, May 2005: *this is a hack, surely they will fix the signature
-in the next release of Python*
-
-...
-
-+++
-
-# or maybe no
-
----
-
```python
from decorator import decorator