Fix typo in docstring

This commit is contained in:
Carson Ip
2019-07-05 11:20:12 +08:00
committed by GitHub
parent a3e4b05744
commit d4f3bedc74
+1 -1
View 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.