Skip to content

Commit 2dec44b

Browse files
author
Varun Chawla
authored
✏️ Fix typos in inline comment in expression.py (#1747)
Fix typos in expression.py comment Fixed two typos in the comment on line 47: - "operatos" -> "operators" - "expresion" -> "expression" The comment now correctly reads: "Redefine operators that would only take a column expression..."
1 parent b707f49 commit 2dec44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmodel/sql/expression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
_TypeEngineArgument = Union[type[TypeEngine[_T]], TypeEngine[_T]]
4646

47-
# Redefine operatos that would only take a column expresion to also take the (virtual)
47+
# Redefine operators that would only take a column expression to also take the (virtual)
4848
# types of Pydantic models, e.g. str instead of only Mapped[str].
4949

5050

0 commit comments

Comments
 (0)