Skip to content

Commit 8923f1c

Browse files
authored
Merge pull request #1 from shahid017/shahid017-patch-1
TexSpitter is updated to TextSpitter
2 parents 4d665d7 + c754345 commit 8923f1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is my first python module, so I hope I did this well!
1414
This module is designed to run as simply as possible. Just provide the file location string data into the argument, and get your text returned to you.
1515

1616
```
17-
from TextSpitter import TexSpitter as TS
17+
from TextSpitter import TextSpitter as TS
1818
folder_loc = 'foo/bar/'
1919
2020
docx_file = folder_loc + 'file_thing.docx'
@@ -39,4 +39,4 @@ _*OH MY GOD, PLEASE DO.*_
3939

4040
Just make a pull request and add whatever you want (or fix whatever you want). I'll review and approve if everything seems good.
4141

42-
Thanks, everyone!
42+
Thanks, everyone!

0 commit comments

Comments
 (0)