From: Mike Bayer Date: Thu, 10 Jun 2021 14:18:11 +0000 (-0400) Subject: fix typo X-Git-Tag: rel_1_4_18~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add4da2c51ed9316973f8ad75cde62d6e837fb7d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo Change-Id: I3f5fcb1928051a1c2ac5e51917c95af086fb0380 --- diff --git a/lib/sqlalchemy/orm/relationships.py b/lib/sqlalchemy/orm/relationships.py index 89cc37de59..7882eff70d 100644 --- a/lib/sqlalchemy/orm/relationships.py +++ b/lib/sqlalchemy/orm/relationships.py @@ -364,7 +364,7 @@ class RelationshipProperty(StrategizedProperty): :ref:`error_qzyx` - usage example :param bake_queries=True: - Enable :ref:`lambda caching `_ for loader + Enable :ref:`lambda caching ` for loader strategies, if applicable, which adds a performance gain to the construction of SQL constructs used by loader strategies, in addition to the usual SQL statement caching used throughout SQLAlchemy. This