summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNestorTejero <webeafix@gmail.com>2016-03-30 08:48:48 +0200
committerNestorTejero <webeafix@gmail.com>2016-03-30 08:48:48 +0200
commit9bdbf19d54174c1077689bc472dc088c9b06aa24 (patch)
treee9ec53e2e74e6558c4a39c31f88df36e70051e2b
parentfb9d481e898b7695de8f75402970f67776fc47e1 (diff)
downloadsqlalchemy-pr/253.tar.gz
redundant "using the by changing" -> "using the"pr/253
-rw-r--r--doc/build/orm/cascades.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/cascades.rst b/doc/build/orm/cascades.rst
index 0ab8bc8a1..0a0f23a70 100644
--- a/doc/build/orm/cascades.rst
+++ b/doc/build/orm/cascades.rst
@@ -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`::