Skip to content

Commit efba04c

Browse files
committed
fix typo
1 parent a9fa11a commit efba04c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Some of the most important features that EasyTXT provide:
2727
* normalizes spaces
2828
* converts html table data into sentences or features
2929
* html table parser which returns dict of column row info
30+
* autocomplete works with any method or function :)
3031
* ...
3132

3233
There are many more features regarding which, please refer to the documentation
@@ -41,8 +42,8 @@ In this example lets parse badly structured text and output it into multiple
4142
formats.
4243

4344
Please note that calling multiple formats at the same time won't affect
44-
performance since sentences are cached and all other formats call cached
45-
sentences under the hood.
45+
performance since sentences are cached and when calling other formats,
46+
cached sentences will be used in a process.
4647

4748
>>> from easytxt import parse_text
4849
>>> test_text = ' first sentence... Bad ünicode. HTML entities <3!'

0 commit comments

Comments
 (0)