Skip to content

Commit c6f0df8

Browse files
committed
Decorator
1 parent 6b035d5 commit c6f0df8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ def fib(n):
772772
* **Recursion depth is limited to 1000 by default. To increase it use `'sys.setrecursionlimit(<depth>)'`.**
773773

774774
### Parametrized Decorator
775+
**A decorator that accepts arguments and returns a normal decorator that accepts a function.**
775776
```python
776777
from functools import wraps
777778

0 commit comments

Comments
 (0)