diff options
author | Peter Demin <poslano@gmail.com> | 2015-10-07 11:38:48 -0400 |
---|---|---|
committer | Peter Demin <poslano@gmail.com> | 2015-10-07 11:38:48 -0400 |
commit | f8eb7c2858443649190b735c587c190ae90b6106 (patch) | |
tree | d08a5c3ef58938bf09d0aac4a9000be5608d4855 | |
parent | 414af7b61291b3fa77eb6da6a9b123399214089b (diff) | |
download | sqlalchemy-pr/208.tar.gz |
Update base.pypr/208
Docstring typo keysowrds => keywords
-rw-r--r-- | lib/sqlalchemy/dialects/mssql/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/mssql/base.py b/lib/sqlalchemy/dialects/mssql/base.py index e4f9ac3de..37e798014 100644 --- a/lib/sqlalchemy/dialects/mssql/base.py +++ b/lib/sqlalchemy/dialects/mssql/base.py @@ -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 |