Skip to content

Commit eaf1c12

Browse files
authored
chore: update data_components.py
mulitple -> multiple
1 parent 3af39f0 commit eaf1c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightrag/lightrag/components/data_process/data_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def retriever_output_to_context_str(
3333
retriever_output: Union[RetrieverOutput, List[RetrieverOutput]],
3434
deduplicate: bool = False,
3535
) -> str:
36-
r"""The retrieved documents from one or mulitple queries.
36+
r"""The retrieved documents from one or multiple queries.
3737
Deduplicate is especially helpful when you used query expansion.
3838
"""
3939
"""

0 commit comments

Comments
 (0)