From: Jeff Widman Date: Sat, 24 Dec 2016 10:34:24 +0000 (-0800) Subject: Fix typo X-Git-Tag: rel_1_1_6~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7083168295128cbc20bd60a623996b66cdaf9b8b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo --- diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 8ac2418893..bae7ec914d 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -646,7 +646,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.