Skip to content

Commit

Permalink
fix typo(#2563) (#2564)
Browse files Browse the repository at this point in the history
Signed-off-by: lixinguo <[email protected]>
Co-authored-by: lixinguo <[email protected]>
  • Loading branch information
smellthemoon and lixinguo authored Jan 15, 2025
1 parent 15f03a5 commit f45c2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymilvus/orm/iterator.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ def __check_rm_range_search_parameters(self):
if not metrics_positive_related(self._param[METRIC_TYPE]) and radius >= range_filter:
raise MilvusException(
message=f"for metrics:{self._param[METRIC_TYPE]}, radius must be "
f"smalled than range_filter, please adjust your parameter"
f"smaller than range_filter, please adjust your parameter"
)

def __check_offset(self):
Expand Down

0 comments on commit f45c2be

Please sign in to comment.