summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-10-08 00:33:02 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-10-08 00:33:02 -0400
commit956c26d07712628457aef70cc8b2d85af2cc72f6 (patch)
tree84f23eb37be97620fd93116f47347344811118c6
parent21b5d353ce8607eb90f0fcf192b5d6264732df26 (diff)
parentf8eb7c2858443649190b735c587c190ae90b6106 (diff)
downloadsqlalchemy-956c26d07712628457aef70cc8b2d85af2cc72f6.tar.gz
Merge remote-tracking branch 'origin/pr/208'
-rw-r--r--lib/sqlalchemy/dialects/mssql/base.py2
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