]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
✏️ Fix typos in inline comment in `expression.py` (#1747)
authorVarun Chawla <34209028+veeceey@users.noreply.github.com>
Mon, 9 Feb 2026 07:07:12 +0000 (23:07 -0800)
committerGitHub <noreply@github.com>
Mon, 9 Feb 2026 07:07:12 +0000 (08:07 +0100)
commit2dec44bfd8b751af73cd26c7dd5b4a08c44d0b35
tree4451a1d0771d9a3ea7d99d9f7b716c9062490556
parentb707f499300002a10387efe2559824b558931f0a
✏️ 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..."
sqlmodel/sql/expression.py