]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update cascades.rst
authorfalkerson <popovych.andrey@gmail.com>
Wed, 9 Mar 2016 07:56:30 +0000 (09:56 +0200)
committerfalkerson <popovych.andrey@gmail.com>
Wed, 9 Mar 2016 07:56:30 +0000 (09:56 +0200)
doc/build/orm/cascades.rst

index f645e6dae017704744b7140090d84b151a642897..0ab8bc8a1a10d5d62a6e8d95d6da436613eb10e6 100644 (file)
@@ -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::