]> 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)
committerPeter Demin <poslano@gmail.com>
Wed, 7 Oct 2015 15:38:48 +0000 (11:38 -0400)
Docstring typo keysowrds => keywords

lib/sqlalchemy/dialects/mssql/base.py

index e4f9ac3de5134b79e8fb207208aae0b9a3cc1b93..37e798014c95ea4c09decea4e2b8072dbe02588b 100644 (file)
@@ -186,7 +186,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