summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Demin <poslano@gmail.com>2015-10-07 11:38:48 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-10-08 00:34:06 -0400
commit24663b99581b8992f7afd43a7ce18d553cec3b86 (patch)
tree9b1d4b07a69016c3b33498418667e362fb789398
parent4c49a004808b0b02955b0b6eb4c984c4d1c8a8a7 (diff)
downloadsqlalchemy-rel_0_7.tar.gz
Update base.pyrel_0_7
Docstring typo keysowrds => keywords (cherry picked from commit f8eb7c2858443649190b735c587c190ae90b6106)
-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 b6e0d8817..4b8f6cc84 100644
--- a/lib/sqlalchemy/dialects/mssql/base.py
+++ b/lib/sqlalchemy/dialects/mssql/base.py
@@ -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