We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0dc28 commit e35862dCopy full SHA for e35862d
README.rst
@@ -296,7 +296,7 @@ again with the same arguments except you add ``.invalidate`` to the function.
296
65
297
>>> expensive_function(100, 200)
298
121
299
- >>> exensive_function.invalidate(1, 100)
+ >>> expensive_function.invalidate(1, 100)
300
>>> expensive_function(1, 100)
301
89
302
0 commit comments