Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
levi committed Feb 8, 2024
1 parent 616f55a commit 2901c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama_hub/microsoft_sharepoint/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def load_data(
)
if "documents" not in include and (recursive or file_types):
logger.warning(
"'documents' is not in 'included', so 'recursive' and 'file_types' have no effect."
"'documents' is not in 'include', so 'recursive' and 'file_types' have no effect."
)
try:
with tempfile.TemporaryDirectory() as temp_dir:
Expand Down

0 comments on commit 2901c8c

Please sign in to comment.