diff options
| author | Jeff Widman <jeff@jeffwidman.com> | 2016-12-24 02:34:24 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-24 02:34:24 -0800 |
| commit | 7083168295128cbc20bd60a623996b66cdaf9b8b (patch) | |
| tree | 28775a0a721a4d01954c40d2bc7c9c7fe0e3ab15 | |
| parent | 8f191ec3b87ccf9038d532ea672bdd5978793891 (diff) | |
| download | sqlalchemy-7083168295128cbc20bd60a623996b66cdaf9b8b.tar.gz | |
Fix typo
| -rw-r--r-- | doc/build/changelog/changelog_11.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 8ac241889..bae7ec914 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. |
