diff --git a/at_cache.md b/at_cache.md index ddc8597..c31a3f6 100644 --- a/at_cache.md +++ b/at_cache.md @@ -1,6 +1,7 @@ # @cache The @cache decorator can be import with. -´´´python + +```python from functools import cache @cache @@ -10,4 +11,4 @@ def some_loop_function(): if i%25: mod25.append(i) return mod25 -´´´ \ No newline at end of file +``` \ No newline at end of file