Skip to content

Commit f29c8f8

Browse files
fixes typo
1 parent 2d58f6a commit f29c8f8

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
@@ -336,7 +336,7 @@ def __init__(
336336

337337
if not all([isinstance(v, Vector) for v in self._vectors]):
338338
raise TypeError(
339-
"vector arugment must be a Vector object or list of Vector objects."
339+
"vector argument must be a Vector object or list of Vector objects."
340340
)
341341

342342
query_string = self._build_query_string()

0 commit comments

Comments
 (0)