]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Remove duplicate word "other" in sentence (#7655)
authorKurt McKee <contactme@kurtmckee.org>
Wed, 2 Feb 2022 19:46:40 +0000 (13:46 -0600)
committerGitHub <noreply@github.com>
Wed, 2 Feb 2022 19:46:40 +0000 (20:46 +0100)
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".

doc/build/core/constraints.rst

index 038c3134dd11a0b1697625e845112fa662577124..e4b07af7e2cab81ba34e5b66fac683f5751bb889 100644 (file)
@@ -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