]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo in cascade documentation
authorMichael White <m@mwhite.info>
Wed, 6 Aug 2014 02:47:40 +0000 (22:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Aug 2014 02:14:19 +0000 (22:14 -0400)
doc/build/orm/session.rst

index ba3049b75612712f367a9f2c3655b5f26814d6ab..a30dd34fd86b169a1857556080f80766de3367d7 100644 (file)
@@ -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