From: Carson Ip Date: Fri, 5 Jul 2019 03:20:12 +0000 (+0800) Subject: Fix typo in docstring X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4f3bedc74568b7ec543988ee2d43e64c5ace28f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in docstring --- diff --git a/lib/sqlalchemy/ext/baked.py b/lib/sqlalchemy/ext/baked.py index 4bb55ca493..44e28d0454 100644 --- a/lib/sqlalchemy/ext/baked.py +++ b/lib/sqlalchemy/ext/baked.py @@ -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.