From: Michael White Date: Wed, 6 Aug 2014 02:47:40 +0000 (-0400) Subject: fix typo in cascade documentation X-Git-Tag: rel_0_9_8~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25d59af8be71acf91323904e03184d8624f36a05;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo in cascade documentation --- 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