Skip to content

Commit 3edd239

Browse files
fixes typo in doc string
1 parent a5b5b0e commit 3edd239

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
@@ -264,7 +264,7 @@ def __str__(self) -> str:
264264

265265
class MultiVectorQuery(AggregationQuery):
266266
"""
267-
MultiVectorQuery allows for search over multiple vector fields in a document simulateously.
267+
MultiVectorQuery allows for search over multiple vector fields in a document simultaneously.
268268
The final score will be a weighted combination of the individual vector similarity scores
269269
following the formula:
270270

0 commit comments

Comments
 (0)