]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix post-production typo for #9174
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Jan 2023 17:23:06 +0000 (12:23 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Jan 2023 17:23:06 +0000 (12:23 -0500)
merged in cae662a6383d3ae8f3673c70c3118ea3a1a1606e with one
typo fix afterwards

Fixes: #9174
Change-Id: I5a525da8a95f40c75da627fed49ce828bd498248

lib/sqlalchemy/sql/selectable.py

index 78fc7b1b79053a87478386a34b78e48dccd1bf21..f43e6b43f82bd8daf168451399d2dd257c85b8fd 100644 (file)
@@ -3863,7 +3863,7 @@ class GenerativeSelect(SelectBase, Generative):
         :param of: SQL expression or list of SQL expression elements,
          (typically :class:`_schema.Column` objects or a compatible expression,
          for some backends may also be a table expression) which will render
-         into a ``FOR UPDATE OF`` clause; supported by PostgreSQL Oracle, some
+         into a ``FOR UPDATE OF`` clause; supported by PostgreSQL, Oracle, some
          MySQL versions and possibly others. May render as a table or as a
          column depending on backend.