diff options
| author | Jeff Widman <jeff@jeffwidman.com> | 2017-10-20 15:24:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-20 15:24:15 -0700 |
| commit | 975081a3a86ad350966c2ff275759bd3721f3089 (patch) | |
| tree | 77872413feb5b110e4fe364aa3d195434e9952ae | |
| parent | 55b511c3960cad636ff1e512594368a36a85ce5c (diff) | |
| download | sqlalchemy-975081a3a86ad350966c2ff275759bd3721f3089.tar.gz | |
Fix typo: multidimentional --> multidimensional
| -rw-r--r-- | doc/build/changelog/unreleased_11/4006.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/unreleased_11/4006.rst b/doc/build/changelog/unreleased_11/4006.rst index d7ced2ba5..a78ebaac2 100644 --- a/doc/build/changelog/unreleased_11/4006.rst +++ b/doc/build/changelog/unreleased_11/4006.rst @@ -5,4 +5,4 @@ Made further fixes to the :class:`.ARRAY` class in conjunction with COLLATE, as the fix made in :ticket:`4006` failed to accommodate - for a multidimentional array. + for a multidimensional array. |
