summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PITCHME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/PITCHME.md b/PITCHME.md
index 02821f9..a920f53 100644
--- a/PITCHME.md
+++ b/PITCHME.md
@@ -130,8 +130,8 @@ def deprecated(func, message='', *args, **kw):
func.called = 0
func.called += 1
return func(*args, **kw)
-
```
++++
Usage with an without parenthesis
```
@deprecated('Use new_function instead')