Skip to content

Commit

Permalink
Fix code mistake (#22)
Browse files Browse the repository at this point in the history
It should be `Out[4]` not `Out[3]`
  • Loading branch information
lulunac27a authored May 23, 2024
1 parent 6c6e728 commit e89dbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/Mathics3/pymathics-natlang/blob/master/test/test_natlang.py>`_.

Expand Down

0 comments on commit e89dbd3

Please sign in to comment.