diff options
| author | Federico Caselli <cfederico87@gmail.com> | 2020-12-02 22:09:59 +0100 |
|---|---|---|
| committer | Federico Caselli <cfederico87@gmail.com> | 2020-12-02 22:09:59 +0100 |
| commit | 80050b8a19a324e84fbf6b3f81e82f377305b044 (patch) | |
| tree | 216a0d7eb6cde15be7ab53306c8db57c5ab8f655 /lib/sqlalchemy/orm | |
| parent | 0d76857ee1022f41baffff4091be765deea4e421 (diff) | |
| download | sqlalchemy-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.py | 2 |
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 |
