mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-15 13:17:24 -04:00
Remove duplicate word "other" in sentence (#7655)
Spotted this while reading the docs. Word wrapping makes it less obvious, but the sentence previously read "The phrase after "ON UPDATE" or "ON DELETE" may also ~~other~~ allow other phrases".
This commit is contained in:
Vendored
+1
-1
@@ -275,7 +275,7 @@ parent row is deleted all corresponding child rows are set to null or deleted.
|
||||
In data definition language these are specified using phrases like "ON UPDATE
|
||||
CASCADE", "ON DELETE CASCADE", and "ON DELETE SET NULL", corresponding to
|
||||
foreign key constraints. The phrase after "ON UPDATE" or "ON DELETE" may also
|
||||
other allow other phrases that are specific to the database in use. The
|
||||
allow other phrases that are specific to the database in use. The
|
||||
:class:`~sqlalchemy.schema.ForeignKey` and
|
||||
:class:`~sqlalchemy.schema.ForeignKeyConstraint` objects support the
|
||||
generation of this clause via the ``onupdate`` and ``ondelete`` keyword
|
||||
|
||||
Reference in New Issue
Block a user