From: Jeff Widman Date: Fri, 20 Oct 2017 22:24:15 +0000 (-0700) Subject: Fix typo: multidimentional --> multidimensional X-Git-Tag: rel_1_2_0~45^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=975081a3a86ad350966c2ff275759bd3721f3089;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo: multidimentional --> multidimensional --- 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.