From: Jeff Widman Date: Fri, 20 Oct 2017 22:24:15 +0000 (-0700) Subject: Fix typo: multidimentional --> multidimensional X-Git-Tag: rel_1_1_15~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f46e3de83e1a615b7537f4072b89c2fb2372aab;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo: multidimentional --> multidimensional (cherry picked from commit 975081a3a86ad350966c2ff275759bd3721f3089) --- diff --git a/doc/build/changelog/unreleased_11/4006.rst b/doc/build/changelog/unreleased_11/4006.rst index d7ced2ba55..a78ebaac2a 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.