]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo
authorJeff Widman <jeff@jeffwidman.com>
Sat, 24 Dec 2016 10:34:24 +0000 (02:34 -0800)
committerGitHub <noreply@github.com>
Sat, 24 Dec 2016 10:34:24 +0000 (02:34 -0800)
doc/build/changelog/changelog_11.rst

index 8ac24188932940c47f0a760178ea035edc566942..bae7ec914d203418f2495ee128395c163ce94777 100644 (file)
 
         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.