From: Federico Caselli Date: Wed, 2 Dec 2020 21:09:59 +0000 (+0100) Subject: Fix documentation link in query with_for_update X-Git-Tag: rel_1_4_0b2~122^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80050b8a19a324e84fbf6b3f81e82f377305b044;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix documentation link in query with_for_update Change-Id: I4e9a97905d42686c911da81a25f023519328a8a3 --- diff --git a/lib/sqlalchemy/orm/query.py b/lib/sqlalchemy/orm/query.py index f79c198499..d7a2cb4092 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