]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update base.py
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:33:59 +0000 (00:33 -0400)
Docstring typo keysowrds => keywords
(cherry picked from commit f8eb7c2858443649190b735c587c190ae90b6106)

lib/sqlalchemy/dialects/mssql/base.py

index 1ba141d6f1687df6844f7bcc576de8a85be0d3fc..4e752a0b71c2cd76ca2881df16137fb76b468478 100644 (file)
@@ -62,7 +62,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