Skip to content

Commit 8c2f1c2

Browse files
committed
Decorator
1 parent a1787f3 commit 8c2f1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ def fib(n):
640640
CacheInfo(hits=28, misses=16, maxsize=None, currsize=16)
641641
```
642642

643-
### Parametrized Debugger
643+
### Parametrized Decorator
644644
```python
645645
def debug(print_result=False):
646646
def decorator(func):

0 commit comments

Comments
 (0)