Skip to content

Commit e35862d

Browse files
Fix typo in README (#64)
1 parent 9a0dc28 commit e35862d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ again with the same arguments except you add ``.invalidate`` to the function.
296296
65
297297
>>> expensive_function(100, 200)
298298
121
299-
>>> exensive_function.invalidate(1, 100)
299+
>>> expensive_function.invalidate(1, 100)
300300
>>> expensive_function(1, 100)
301301
89
302302
>>> expensive_function(100, 200)

0 commit comments

Comments
 (0)