Update base.py

Docstring typo keysowrds => keywords
(cherry picked from commit f8eb7c2858)
This commit is contained in:
Peter Demin
2015-10-07 11:38:48 -04:00
committed by Mike Bayer
parent 4c49a00480
commit 24663b9958
+1 -1
View 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