Skip to content

Commit f45c2be

Browse files
smellthemoonlixinguo
and
lixinguo
authored
fix typo(#2563) (#2564)
Signed-off-by: lixinguo <[email protected]> Co-authored-by: lixinguo <[email protected]>
1 parent 15f03a5 commit f45c2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pymilvus/orm/iterator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ def __check_rm_range_search_parameters(self):
625625
if not metrics_positive_related(self._param[METRIC_TYPE]) and radius >= range_filter:
626626
raise MilvusException(
627627
message=f"for metrics:{self._param[METRIC_TYPE]}, radius must be "
628-
f"smalled than range_filter, please adjust your parameter"
628+
f"smaller than range_filter, please adjust your parameter"
629629
)
630630

631631
def __check_offset(self):

0 commit comments

Comments
 (0)