From 85c843bcc3ea1ca16be06fe85b03d99c4e519f3d Mon Sep 17 00:00:00 2001 From: michaeltoohig <34083701+michaeltoohig@users.noreply.github.com> Date: Mon, 8 Mar 2021 15:32:07 +1100 Subject: [PATCH] Fix typo in docs --- doc/build/orm/cascades.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2