From: Mike Bayer Date: Tue, 22 Jul 2014 20:36:59 +0000 (-0400) Subject: spelling X-Git-Tag: rel_1_0_0b1~292 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dba17c8ca6ac120760c71329a3e5174dd8348925;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git spelling --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 0f01c7e2a5..5eee89c1a3 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -213,7 +213,7 @@ :tickets: 3099 Fixed bug involving dynamic attributes, that was again a regression - of :ticket:`3060` from verision 0.9.5. A self-referential relationship + of :ticket:`3060` from version 0.9.5. A self-referential relationship with lazy='dynamic' would raise a TypeError within a flush operation. .. change::