From: Mike Bayer Date: Sun, 16 Mar 2014 18:51:06 +0000 (-0400) Subject: typo X-Git-Tag: rel_0_9_4~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2214a61e84c5c6d3f5fe6963d9827465474bd67;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo --- diff --git a/doc/build/orm/session.rst b/doc/build/orm/session.rst index ba800bdc0f..f4583ad1e6 100644 --- a/doc/build/orm/session.rst +++ b/doc/build/orm/session.rst @@ -1331,7 +1331,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