mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-18 22:52:01 -04:00
Fix typo in docs
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user