diff options
author | Peter Demin <poslano@gmail.com> | 2015-10-07 11:38:48 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-10-08 00:33:59 -0400 |
commit | 1ac552102910e551183a49f41cd3dc08c85842cf (patch) | |
tree | 2cbfff17628202b32a83f38148f0ffb9edf02760 | |
parent | e66297ea3798d6d7d059e96e4ae90e94f8f53cfa (diff) | |
download | sqlalchemy-1ac552102910e551183a49f41cd3dc08c85842cf.tar.gz |
Update base.py
Docstring typo keysowrds => keywords
(cherry picked from commit f8eb7c2858443649190b735c587c190ae90b6106)
-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 1ba141d6f..4e752a0b7 100644 --- a/lib/sqlalchemy/dialects/mssql/base.py +++ b/lib/sqlalchemy/dialects/mssql/base.py @@ -62,7 +62,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 |