diff options
author | NestorTejero <webeafix@gmail.com> | 2016-03-30 08:48:48 +0200 |
---|---|---|
committer | NestorTejero <webeafix@gmail.com> | 2016-03-30 08:48:48 +0200 |
commit | 9bdbf19d54174c1077689bc472dc088c9b06aa24 (patch) | |
tree | e9ec53e2e74e6558c4a39c31f88df36e70051e2b | |
parent | fb9d481e898b7695de8f75402970f67776fc47e1 (diff) | |
download | sqlalchemy-pr/253.tar.gz |
redundant "using the by changing" -> "using the"pr/253
-rw-r--r-- | doc/build/orm/cascades.rst | 2 |
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`:: |