From: Mike Bayer Date: Sun, 16 Mar 2014 18:51:06 +0000 (-0400) Subject: typo X-Git-Tag: rel_0_8_6~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce3505ea8b3aac2c7441ee7d9eaf18adff4410ca;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo --- diff --git a/doc/build/orm/session.rst b/doc/build/orm/session.rst index cdc563fbfb..92aa337b9e 100644 --- a/doc/build/orm/session.rst +++ b/doc/build/orm/session.rst @@ -1176,7 +1176,7 @@ its arguments back into :func:`~sqlalchemy.orm.relationship`:: `Example: Parent/Child `_. If cascades are confusing, we'll refer to their conclusion, stating "The sections we have just covered can be a bit confusing. - However, in practice, it all works out nicely.". + However, in practice, it all works out nicely." The default value of :paramref:`~.relationship.cascade` is ``save-update, merge``. The typical alternative setting for this parameter is either