From: Mike Bayer Date: Tue, 22 Jul 2014 20:36:59 +0000 (-0400) Subject: spelling X-Git-Tag: rel_0_9_7~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4fe5f183d0ad01ae670744cf908a279cbdc1cfe;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git spelling --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index e14291d3be..441d251634 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::