]> 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:53 +0000 (00:33 -0400)
Docstring typo keysowrds => keywords
(cherry picked from commit f8eb7c2858443649190b735c587c190ae90b6106)

lib/sqlalchemy/dialects/mssql/base.py

index 4839d324f2f8e5c2d76877fbbffb364d05d15c8c..40bca670eda33609ec2d2222d36261d1174d3640 100644 (file)
@@ -187,7 +187,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