]> 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)
committerGitHub <noreply@github.com>
Thu, 29 Dec 2022 09:21:09 +0000 (10:21 +0100)
Fixes #9034.

doc/build/core/connections.rst

index 8c3039df0e692ec4b72c52def0b7a3f37206c932..f08b592d28c523e81cbc3832bd101c08f70c8da0 100644 (file)
@@ -1584,7 +1584,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: