summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/lambdas.py
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2021-01-26 23:12:33 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2021-01-26 23:12:33 +0000
commit25ee5a05df0daeb7dc7ba432172d6abc76ffab56 (patch)
treefb43b3c6b282687dcefb9889b25a4fccff4f5cd9 /lib/sqlalchemy/sql/lambdas.py
parent4f82d5fd9acb770aaa8de37dfbd1295ff014d2ae (diff)
parentf04147d9490df68b1fe1bb53991062d82017f865 (diff)
downloadsqlalchemy-25ee5a05df0daeb7dc7ba432172d6abc76ffab56.tar.gz
Merge "Fix many spell glitches in docstrings and comments"
Diffstat (limited to 'lib/sqlalchemy/sql/lambdas.py')
-rw-r--r--lib/sqlalchemy/sql/lambdas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/lambdas.py b/lib/sqlalchemy/sql/lambdas.py
index 92c3ac9f7..2ffed2788 100644
--- a/lib/sqlalchemy/sql/lambdas.py
+++ b/lib/sqlalchemy/sql/lambdas.py
@@ -1001,7 +1001,7 @@ class AnalyzedFunction(object):
# additionally, each PyWrapper will log that it did in fact
# create a parameter, otherwise, it's some kind of Python
# object in the closure and we want to track that, to make
- # sure it doesn't change to somehting else, or if it does,
+ # sure it doesn't change to something else, or if it does,
# that we create a different tracked function with that
# variable.
self.expr = lambda_element._invoke_user_fn(tracker_instrumented_fn)