]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix documentation link in query with_for_update
authorFederico Caselli <cfederico87@gmail.com>
Wed, 2 Dec 2020 21:09:59 +0000 (22:09 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 2 Dec 2020 21:09:59 +0000 (22:09 +0100)
Change-Id: I4e9a97905d42686c911da81a25f023519328a8a3

lib/sqlalchemy/orm/query.py

index f79c1984998befb567d545d3ea025b9fe59fa20d..d7a2cb4092eac02aebd6188ffe10d9a79a24aacc 100644 (file)
@@ -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