From f61194cb865db8b29cc65e47782bb72e54b14ada Mon Sep 17 00:00:00 2001 From: falkerson Date: Wed, 9 Mar 2016 09:56:30 +0200 Subject: [PATCH] Update cascades.rst --- doc/build/orm/cascades.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/cascades.rst b/doc/build/orm/cascades.rst index f645e6dae0..0ab8bc8a1a 100644 --- a/doc/build/orm/cascades.rst +++ b/doc/build/orm/cascades.rst @@ -341,7 +341,7 @@ easily described through demonstration; it means that, given a mapping such as t }) If an ``Order`` is already in the session, and is assigned to the ``order`` -attribute of an ``Item``, the backref appends the ``Order`` to the ``items`` +attribute of an ``Item``, the backref appends the ``Item`` to the ``items`` collection of that ``Order``, resulting in the ``save-update`` cascade taking place:: -- 2.47.2