From: NestorTejero Date: Wed, 30 Mar 2016 06:48:48 +0000 (+0200) Subject: redundant "using the by changing" -> "using the" X-Git-Tag: rel_1_1_0b1~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bdbf19d54174c1077689bc472dc088c9b06aa24;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git redundant "using the by changing" -> "using the" --- diff --git a/doc/build/orm/cascades.rst b/doc/build/orm/cascades.rst index 0ab8bc8a1a..0a0f23a707 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`::