From: michaeltoohig <34083701+michaeltoohig@users.noreply.github.com> Date: Mon, 8 Mar 2021 04:32:07 +0000 (+1100) Subject: Fix typo in docs X-Git-Tag: rel_1_4_0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85c843bcc3ea1ca16be06fe85b03d99c4e519f3d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in docs --- diff --git a/doc/build/orm/cascades.rst b/doc/build/orm/cascades.rst index 02990706ab..5fbf3e34f3 100644 --- a/doc/build/orm/cascades.rst +++ b/doc/build/orm/cascades.rst @@ -285,7 +285,7 @@ level constraints will handle the task of actually modifying the data in the database, the ORM will still be able to appropriately track the state of locally present objects that may be affected. -There is then an additional option on :func:`_orm.relationship` which which +There is then an additional option on :func:`_orm.relationship` which indicates the degree to which the ORM should try to run DELETE/UPDATE operations on related rows itself, vs. how much it should rely upon expecting the database-side FOREIGN KEY constraint cascade to handle the task; this is