]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix sphinx warning
authorFederico Caselli <cfederico87@gmail.com>
Tue, 19 Nov 2024 18:30:13 +0000 (19:30 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 19 Nov 2024 18:30:13 +0000 (19:30 +0100)
Change-Id: Ice428d026fe63e0e48bc544c96014e6c461b9717

doc/build/changelog/unreleased_21/11515.rst

index 507ab3f814d8862b014930d15da574df2e2df514..8d551a078db01cf6c3212049758f45b615967443 100644 (file)
@@ -2,8 +2,9 @@
     :tags: bug, sql
     :tickets: 11515
 
-    Enhanced the caching structure of the :paramref:`.over.rows` and
-    :paramref:`.over.range` so that different numerical values for the rows /
+    Enhanced the caching structure of the :paramref:`_expression.over.rows`
+    and :paramref:`_expression.over.range` so that different numerical
+    values for the rows /
     range fields are cached on the same cache key, to the extent that the
     underlying SQL does not actually change (i.e. "unbounded", "current row",
     negative/positive status will still change the cache key).  This prevents