summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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