From e2214a61e84c5c6d3f5fe6963d9827465474bd67 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 16 Mar 2014 14:51:06 -0400 Subject: typo --- doc/build/orm/session.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/session.rst b/doc/build/orm/session.rst index ba800bdc0..f4583ad1e 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 -- cgit v1.2.1