]> 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:47 +0000 (14:51 -0400)
doc/build/orm/session.rst

index cdc563fbfb735235b4b53f2ef73ef34d3ad4d3ec..92aa337b9e7652ba1709d3bf1040dc4917fdc6de 100644 (file)
@@ -1176,7 +1176,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