We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d665d7 + c754345 commit 8923f1cCopy full SHA for 8923f1c
1 file changed
README.md
@@ -14,7 +14,7 @@ This is my first python module, so I hope I did this well!
14
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.
15
16
```
17
-from TextSpitter import TexSpitter as TS
+from TextSpitter import TextSpitter as TS
18
folder_loc = 'foo/bar/'
19
20
docx_file = folder_loc + 'file_thing.docx'
@@ -39,4 +39,4 @@ _*OH MY GOD, PLEASE DO.*_
39
40
Just make a pull request and add whatever you want (or fix whatever you want). I'll review and approve if everything seems good.
41
42
-Thanks, everyone!
+Thanks, everyone!
0 commit comments