From fd164a6c849289b81f29059dda822c3d5902e40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 8 Aug 2016 16:39:15 +0300 Subject: Spelling fixes --- lib/sqlalchemy/dialects/postgresql/array.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sqlalchemy/dialects/postgresql/array.py') diff --git a/lib/sqlalchemy/dialects/postgresql/array.py b/lib/sqlalchemy/dialects/postgresql/array.py index 8d811aa55..af8950ac6 100644 --- a/lib/sqlalchemy/dialects/postgresql/array.py +++ b/lib/sqlalchemy/dialects/postgresql/array.py @@ -19,7 +19,7 @@ except ImportError: def Any(other, arrexpr, operator=operators.eq): """A synonym for the :meth:`.ARRAY.Comparator.any` method. - This method is legacy and is here for backwards-compatiblity. + This method is legacy and is here for backwards-compatibility. .. seealso:: @@ -33,7 +33,7 @@ def Any(other, arrexpr, operator=operators.eq): def All(other, arrexpr, operator=operators.eq): """A synonym for the :meth:`.ARRAY.Comparator.all` method. - This method is legacy and is here for backwards-compatiblity. + This method is legacy and is here for backwards-compatibility. .. seealso:: -- cgit v1.2.1