diff --git a/README.md b/README.md index c093bb5..e1db848 100644 --- a/README.md +++ b/README.md @@ -640,7 +640,7 @@ def fib(n): CacheInfo(hits=28, misses=16, maxsize=None, currsize=16) ``` -### Parametrized Example +### Parametrized Debugger ```python def debug(print_result=False): def decorator(func):