From 042131443fb5ac3194248ea4f8113d700aaf3be5 Mon Sep 17 00:00:00 2001 From: Michael White Date: Tue, 5 Aug 2014 22:47:40 -0400 Subject: [PATCH] fix typo in cascade documentation --- doc/build/orm/session.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/session.rst b/doc/build/orm/session.rst index 4a4e5deca7..b47e70d537 100644 --- a/doc/build/orm/session.rst +++ b/doc/build/orm/session.rst @@ -1368,7 +1368,7 @@ the :paramref:`~.relationship.cascade` parameter are described in the following save-update ----------- -``save-update`` cacade indicates that when an object is placed into a +``save-update`` cascade indicates that when an object is placed into a :class:`.Session` via :meth:`.Session.add`, all the objects associated with it via this :func:`.relationship` should also be added to that same :class:`.Session`. Suppose we have an object ``user1`` with two -- 2.47.3