From: Kurt McKee Date: Wed, 2 Feb 2022 19:46:40 +0000 (-0600) Subject: Remove duplicate word "other" in sentence (#7655) X-Git-Tag: rel_2_0_0b1~502 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b93cef577d6471aa18a6b1cde8a97598fc837377;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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". --- diff --git a/doc/build/core/constraints.rst b/doc/build/core/constraints.rst index 038c3134dd..e4b07af7e2 100644 --- a/doc/build/core/constraints.rst +++ b/doc/build/core/constraints.rst @@ -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