]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Rectify reference to class LambdaElement, misnamed as LamdaElement (#9037)
authorLele Gaifax <lele@metapensiero.it>
Thu, 29 Dec 2022 09:21:09 +0000 (10:21 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 29 Dec 2022 09:28:55 +0000 (10:28 +0100)
Fixes #9034.

(cherry picked from commit 532373b18f2e77910bb642a27a2cca3179499389)

doc/build/core/connections.rst

index 643b7e705cd791014801b3abbcabc16ca029e7da..1b842a4e9247c81cebed81499206f317ebb216ff 100644 (file)
@@ -1424,7 +1424,7 @@ Quick Guidelines for Lambdas
 
 Above all, the emphasis within the lambda SQL system is ensuring that there
 is never a mismatch between the cache key generated for a lambda and the
-SQL string it will produce.   The :class:`_sql.LamdaElement` and related
+SQL string it will produce.   The :class:`_sql.LambdaElement` and related
 objects will run and analyze the given lambda in order to calculate how
 it should be cached on each run, trying to detect any potential problems.
 Basic guidelines include: