We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a984109 commit da57c9fCopy full SHA for da57c9f
libs/community/langchain_community/document_loaders/text.py
@@ -18,7 +18,7 @@ class TextLoader(BaseLoader):
18
file_path: Path to the file to load.
19
20
encoding: File encoding to use. If `None`, the file will be loaded
21
- with the default system encoding.
+ with the default system encoding.
22
23
autodetect_encoding: Whether to try to autodetect the file encoding
24
if the specified encoding fails.
0 commit comments