summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PITCHME.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/PITCHME.md b/PITCHME.md
index 8e560b7..bafb74a 100644
--- a/PITCHME.md
+++ b/PITCHME.md
@@ -115,8 +115,7 @@ async def do_nothing(n):
```
+++
-Since 2018 you can define families of decorators with and without
-parenthesis like `@dataclass`
+Since 2018 you can define families of decorators with default arguments
```python
import warnings