Skip to content

Commit c4f2bc9

Browse files
docs: Fix wrongly referenced class name in confluence.py (#22879)
Fixes #22542 Changed ConfluenceReader to ConfluenceLoader
1 parent 32966a0 commit c4f2bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/community/langchain_community/document_loaders/confluence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class ConfluenceLoader(BaseLoader):
4242
4343
You can also specify a boolean `include_attachments` to include attachments, this
4444
is set to False by default, if set to True all attachments will be downloaded and
45-
ConfluenceReader will extract the text from the attachments and add it to the
45+
ConfluenceLoader will extract the text from the attachments and add it to the
4646
Document object. Currently supported attachment types are: PDF, PNG, JPEG/JPG,
4747
SVG, Word and Excel.
4848

0 commit comments

Comments
 (0)