summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-01-24 17:35:16 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2017-01-24 17:35:16 -0500
commit6e83259e7ff90297c504d58db004a4e3228d6845 (patch)
treeae6463daea8306ed63debc91bf99f7a8989efa59
parent0cc5561c93899681733b4fb8369fd20ea37a02ac (diff)
parent7083168295128cbc20bd60a623996b66cdaf9b8b (diff)
downloadsqlalchemy-6e83259e7ff90297c504d58db004a4e3228d6845.tar.gz
Merge branch 'patch-1' of https://github.com/jeffwidman/sqlalchemy
-rw-r--r--doc/build/changelog/changelog_11.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index 63cdd484e..a969d616f 100644
--- a/doc/build/changelog/changelog_11.rst
+++ b/doc/build/changelog/changelog_11.rst
@@ -760,7 +760,7 @@
Made a slight behavioral change in the ``sqlalchemy.ext.compiler``
extension, whereby the existing compilation schemes for an established
- construct would be removed if that construct was itself didn't already
+ construct would be removed if that construct itself didn't already
have its own dedicated ``__visit_name__``. This was a
rare occurrence in 1.0, however in 1.1 :class:`.postgresql.ARRAY`
subclasses :class:`.sqltypes.ARRAY` and has this behavior.