mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-06 08:56:51 -04:00
Update base.py
Docstring typo keysowrds => keywords
(cherry picked from commit f8eb7c2858)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user