diff --git a/sqlmodel/sql/expression.py b/sqlmodel/sql/expression.py index 72d7b1de7d..69a20d2801 100644 --- a/sqlmodel/sql/expression.py +++ b/sqlmodel/sql/expression.py @@ -44,7 +44,7 @@ _TypeEngineArgument = Union[type[TypeEngine[_T]], TypeEngine[_T]] -# Redefine operatos that would only take a column expresion to also take the (virtual) +# Redefine operators that would only take a column expression to also take the (virtual) # types of Pydantic models, e.g. str instead of only Mapped[str].