Skip to content

Commit c421ef6

Browse files
fixes typo in doc string type annotation
Co-authored-by: Copilot <[email protected]>
1 parent fdfeb32 commit c421ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisvl/query/aggregate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def __init__(
120120
set, or tuple of strings is provided then those will be used as stopwords.
121121
Defaults to "english". if set to "None" then no stopwords will be removed.
122122
dialect (int, optional): The Redis dialect version. Defaults to 2.
123-
text_weights (Optional[Dict[str, float]): The importance weighting of individual words
123+
text_weights (Optional[Dict[str, float]]): The importance weighting of individual words
124124
within the query text. Defaults to None, as no modifications will be made to the
125125
text_scorer score.
126126

0 commit comments

Comments
 (0)