]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Jun 2021 14:18:11 +0000 (10:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Jun 2021 14:18:11 +0000 (10:18 -0400)
Change-Id: I3f5fcb1928051a1c2ac5e51917c95af086fb0380

lib/sqlalchemy/orm/relationships.py

index 89cc37de59e05ee4c5719865d38ae6dd6bf728b1..7882eff70df54cb9475857b4a61aa9b2d15cb623 100644 (file)
@@ -364,7 +364,7 @@ class RelationshipProperty(StrategizedProperty):
                 :ref:`error_qzyx` - usage example
 
         :param bake_queries=True:
-          Enable :ref:`lambda caching <engine_lambda_caching>`_ for loader
+          Enable :ref:`lambda caching <engine_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