From 1c286c01d1521add00d828bbb124328650df74f3 Mon Sep 17 00:00:00 2001 From: Milind Shakya <43146933+milind-shakya-sp@users.noreply.github.com> Date: Tue, 11 Feb 2020 08:06:47 -0500 Subject: [PATCH] Update README.rst Fix possible typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6b30960..a0ad34d 100644 --- a/README.rst +++ b/README.rst @@ -262,7 +262,7 @@ again with the same arguments except you add ``.invalidate`` to the function. 65 >>> expensive_function(100, 200) 121 - >>> exensive_function.invalidate(1, 200) + >>> exensive_function.invalidate(1, 100) >>> expensive_function(1, 100) 89 >>> expensive_function(100, 200)