diff options
Diffstat (limited to 'examples/dogpile_caching/caching_query.py')
-rw-r--r-- | examples/dogpile_caching/caching_query.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dogpile_caching/caching_query.py b/examples/dogpile_caching/caching_query.py index 9ac0d431a..c636c5261 100644 --- a/examples/dogpile_caching/caching_query.py +++ b/examples/dogpile_caching/caching_query.py @@ -202,7 +202,7 @@ class RelationshipCache(MapperOption): def process_query_conditionally(self, query): """Process a Query that is used within a lazy loader. - (the process_query_conditionally() method is a SQLAlchemy + (the process_query_conditionally() method is an SQLAlchemy hook invoked only within lazyload.) """ |