]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update base.py rel_0_7 bb_old/rel_0_7
authorPeter Demin <poslano@gmail.com>
Wed, 7 Oct 2015 15:38:48 +0000 (11:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Oct 2015 04:34:06 +0000 (00:34 -0400)
Docstring typo keysowrds => keywords
(cherry picked from commit f8eb7c2858443649190b735c587c190ae90b6106)

lib/sqlalchemy/dialects/mssql/base.py

index b6e0d8817f14134cb11a843f37b58bbecf77b1c4..4b8f6cc84fe6f9d6a1dd66b79093c13546a9c8e8 100644 (file)
@@ -64,7 +64,7 @@ CREATE TABLE statement for this column will yield::
 LIMIT/OFFSET Support
 --------------------
 
-MSSQL has no support for the LIMIT or OFFSET keysowrds. LIMIT is
+MSSQL has no support for the LIMIT or OFFSET keywords. LIMIT is
 supported directly through the ``TOP`` Transact SQL keyword::
 
     select.limit