]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo: multidimentional --> multidimensional
authorJeff Widman <jeff@jeffwidman.com>
Fri, 20 Oct 2017 22:24:15 +0000 (15:24 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Oct 2017 14:40:52 +0000 (10:40 -0400)
(cherry picked from commit 975081a3a86ad350966c2ff275759bd3721f3089)

doc/build/changelog/unreleased_11/4006.rst

index d7ced2ba555c131c15a89486e881fab3b15f19be..a78ebaac2ae17e904952e18cb6fc92185bfbefe4 100644 (file)
@@ -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.