]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo in docs 6013/head
authormichaeltoohig <34083701+michaeltoohig@users.noreply.github.com>
Mon, 8 Mar 2021 04:32:07 +0000 (15:32 +1100)
committerGitHub <noreply@github.com>
Mon, 8 Mar 2021 04:32:07 +0000 (15:32 +1100)
doc/build/orm/cascades.rst

index 02990706ab246d47d9d74a1a69705e9453e7c384..5fbf3e34f3d89ded03e87d465e04326f066adc28 100644 (file)
@@ -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