summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-07-22 16:36:59 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-07-22 16:36:59 -0400
commitdba17c8ca6ac120760c71329a3e5174dd8348925 (patch)
tree3c182bdb65f1d16b0b4ace99b80cfba194d6ccd7
parent23f3621d01f9f50e5c439b883a0434dc84fbf88e (diff)
downloadsqlalchemy-dba17c8ca6ac120760c71329a3e5174dd8348925.tar.gz
spelling
-rw-r--r--doc/build/changelog/changelog_09.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index 0f01c7e2a..5eee89c1a 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::