]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo in docstring 4752/head
authorCarson Ip <carsonip@users.noreply.github.com>
Fri, 5 Jul 2019 03:20:12 +0000 (11:20 +0800)
committerGitHub <noreply@github.com>
Fri, 5 Jul 2019 03:20:12 +0000 (11:20 +0800)
lib/sqlalchemy/ext/baked.py

index 4bb55ca493c3487b2a73a904be63fd3c127326ad..44e28d04548848e61aa59685830e0a581a9693f2 100644 (file)
@@ -629,7 +629,7 @@ def bake_lazy_loaders():
 def unbake_lazy_loaders():
     """Disable the use of baked queries for all lazyloaders systemwide.
 
-    This method now raises NotImplmentedError() as the "baked" implementation
+    This method now raises NotImplementedError() as the "baked" implementation
     is the only lazy load implementation.  The
     :paramref:`.relationship.bake_queries` flag may be used to disable
     the caching of queries on a per-relationship basis.