From e89dbd3677783129dd13d8f218c9ab1489ca3401 Mon Sep 17 00:00:00 2001 From: Lucas <100660343+lulunac27a@users.noreply.github.com> Date: Thu, 23 May 2024 16:14:26 -0500 Subject: [PATCH] Fix code mistake (#22) It should be `Out[4]` not `Out[3]` --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 47f8868..a0ecbea 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Example Session In[3]= WordFrequency["Apple Tree and apple", "apple", IgnoreCase -> True] Out[3]= 0.5 In[4] = TextCases["I was in London last year.", "Pronoun"] - Out[3]= {I} + Out[4]= {I} More examples can be found in the `test file `_.