Skip to content

Commit c9834e0

Browse files
committed
Fix grammar in error message
1 parent ac02cfd commit c9834e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmodel/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,6 @@ def sqlmodel_update(
10061006
else:
10071007
raise ValueError(
10081008
"Can't use sqlmodel_update() with something that "
1009-
f"is not a dict or SQLModel or Pydantic model: {obj}"
1009+
f"is not a dict, SQLModel, or Pydantic model: {obj}"
10101010
)
10111011
return self

0 commit comments

Comments
 (0)