]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Mar 2014 18:51:06 +0000 (14:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Mar 2014 18:51:06 +0000 (14:51 -0400)
doc/build/orm/session.rst

index ba800bdc0f591913a4b9d225df94262b4d563c43..f4583ad1e685dfb463de98cc5b19625f31d7b0a0 100644 (file)
@@ -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