summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-03-16 14:51:06 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-03-16 14:51:06 -0400
commite2214a61e84c5c6d3f5fe6963d9827465474bd67 (patch)
treed1a8012b981c0296ba3426aab68f54320dacd427
parentfb09877270cc976f4d0a7fe8d9e0d69430aadf71 (diff)
downloadsqlalchemy-e2214a61e84c5c6d3f5fe6963d9827465474bd67.tar.gz
typo
-rw-r--r--doc/build/orm/session.rst2
1 files changed, 1 insertions, 1 deletions
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 <https://docs.jboss.org/hibernate/orm/3.3/reference/en-US/html/example-parentchild.html>`_.
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