Skip to content

Commit fdfeb32

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisvl/query/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ def __init__(
10651065
a default set of stopwords for that language will be used. Users may specify
10661066
their own stop words by providing a List or Set of words. if set to None,
10671067
then no words will be removed. Defaults to 'english'.
1068-
text_weights (Optional[Dict[str, float]): The importance weighting of individual words
1068+
text_weights (Optional[Dict[str, float]]): The importance weighting of individual words
10691069
within the query text. Defaults to None, as no modifications will be made to the
10701070
text_scorer score.
10711071
Raises:

0 commit comments

Comments
 (0)