summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2020-12-02 22:09:59 +0100
committerFederico Caselli <cfederico87@gmail.com>2020-12-02 22:09:59 +0100
commit80050b8a19a324e84fbf6b3f81e82f377305b044 (patch)
tree216a0d7eb6cde15be7ab53306c8db57c5ab8f655 /lib/sqlalchemy/orm
parent0d76857ee1022f41baffff4091be765deea4e421 (diff)
downloadsqlalchemy-80050b8a19a324e84fbf6b3f81e82f377305b044.tar.gz
Fix documentation link in query with_for_update
Change-Id: I4e9a97905d42686c911da81a25f023519328a8a3
Diffstat (limited to 'lib/sqlalchemy/orm')
-rw-r--r--lib/sqlalchemy/orm/query.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/query.py b/lib/sqlalchemy/orm/query.py
index f79c19849..d7a2cb409 100644
--- a/lib/sqlalchemy/orm/query.py
+++ b/lib/sqlalchemy/orm/query.py
@@ -1509,7 +1509,7 @@ class Query(
``FOR UPDATE`` clause.
The behavior of this method is identical to that of
- :meth:`_expression.SelectBase.with_for_update`.
+ :meth:`_expression.GenerativeSelect.with_for_update`.
When called with no arguments,
the resulting ``SELECT`` statement will have a ``FOR UPDATE`` clause
appended. When additional arguments are specified, backend-specific