Skip to content

Commit 0452bfd

Browse files
committed
fix grammar
Signed-off-by: wiseaidev <business@wiseai.dev>
1 parent 5e5e117 commit 0452bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aredis_om/model/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ def resolve_value(
564564
)
565565
return ""
566566
if isinstance(value, int):
567-
# This if will hit only if the field is prinary key of type int
567+
# This if will hit only if the field is a primary key of type int
568568
result = f"@{field_name}:[{value} {value}]"
569569
elif separator_char in value:
570570
# The value contains the TAG field separator. We can work

0 commit comments

Comments
 (0)