Skip to content

Commit

Permalink
docs: Fix wrongly referenced class name in confluence.py (#22879)
Browse files Browse the repository at this point in the history
Fixes #22542

Changed ConfluenceReader to ConfluenceLoader
  • Loading branch information
baskargopinath authored Jun 14, 2024
1 parent 32966a0 commit c4f2bc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ConfluenceLoader(BaseLoader):
You can also specify a boolean `include_attachments` to include attachments, this
is set to False by default, if set to True all attachments will be downloaded and
ConfluenceReader will extract the text from the attachments and add it to the
ConfluenceLoader will extract the text from the attachments and add it to the
Document object. Currently supported attachment types are: PDF, PNG, JPEG/JPG,
SVG, Word and Excel.
Expand Down

0 comments on commit c4f2bc9

Please sign in to comment.