From: Josh Friend Date: Wed, 3 Feb 2016 16:49:18 +0000 (-0500) Subject: Fix typo in relationship persistance docs X-Git-Tag: rel_1_1_0b1~98^2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d464933fd56ffef7d6c9364a922bb72e9d37af99;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in relationship persistance docs --- diff --git a/doc/build/orm/relationship_persistence.rst b/doc/build/orm/relationship_persistence.rst index 597f674edd..1a855216c8 100644 --- a/doc/build/orm/relationship_persistence.rst +++ b/doc/build/orm/relationship_persistence.rst @@ -1,4 +1,4 @@ -fSpecial Relationship Persistence Patterns +Special Relationship Persistence Patterns ========================================= .. _post_update: