summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2016-03-21 12:00:49 +0200
committerMarius Gedminas <marius@gedmin.as>2016-03-21 12:00:49 +0200
commite3abb63293be80379d20b4c3f0d1cd093459a9eb (patch)
treef33c5e1f9cd9a6562d8f8a00e1ada6caf46f3129
parent732c613eeb890e7b7cbd04750468dac584151a31 (diff)
downloadsqlalchemy-e3abb63293be80379d20b4c3f0d1cd093459a9eb.tar.gz
ReST fix: missing backtickpr/251
Fixes a misrendering at http://docs.sqlalchemy.org/en/latest/dialects/mssql.html#nullability:
-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 f50c8d3ab..051efa719 100644
--- a/lib/sqlalchemy/dialects/mssql/base.py
+++ b/lib/sqlalchemy/dialects/mssql/base.py
@@ -255,7 +255,7 @@ render::
name VARCHAR(20)
If ``nullable`` is ``True`` or ``False`` then the column will be
-``NULL` or ``NOT NULL`` respectively.
+``NULL`` or ``NOT NULL`` respectively.
Date / Time Handling
--------------------