]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
redundant "using the by changing" -> "using the"
authorNestorTejero <webeafix@gmail.com>
Wed, 30 Mar 2016 06:48:48 +0000 (08:48 +0200)
committerNestorTejero <webeafix@gmail.com>
Wed, 30 Mar 2016 06:48:48 +0000 (08:48 +0200)
doc/build/orm/cascades.rst

index 0ab8bc8a1a10d5d62a6e8d95d6da436613eb10e6..0a0f23a707871d52c96e5d66381fd7e2725bdf42 100644 (file)
@@ -17,7 +17,7 @@ the :ref:`cascade_delete` and :ref:`cascade_delete_orphan` options;
 these settings are appropriate for related objects which only exist as
 long as they are attached to their parent, and are otherwise deleted.
 
-Cascade behavior is configured using the by changing the
+Cascade behavior is configured using the
 :paramref:`~.relationship.cascade` option on
 :func:`~sqlalchemy.orm.relationship`::