From: Michael White Date: Wed, 6 Aug 2014 02:47:40 +0000 (-0400) Subject: fix typo in cascade documentation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d21f64c69a0811974ce14f865f3fd51d9ae22b;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 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