From add4da2c51ed9316973f8ad75cde62d6e837fb7d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 10 Jun 2021 10:18:11 -0400 Subject: [PATCH] fix typo Change-Id: I3f5fcb1928051a1c2ac5e51917c95af086fb0380 --- lib/sqlalchemy/orm/relationships.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2