From 89d21f64c69a0811974ce14f865f3fd51d9ae22b 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 ba3049b756..a30dd34fd8 100644 --- a/doc/build/orm/session.rst +++ b/doc/build/orm/session.rst @@ -1213,7 +1213,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