From: Marius Gedminas Date: Mon, 21 Mar 2016 10:00:49 +0000 (+0200) Subject: ReST fix: missing backtick X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cec2dbb7373654e3100764ddab4d39bcecf4d65;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git ReST fix: missing backtick Fixes a misrendering at http://docs.sqlalchemy.org/en/latest/dialects/mssql.html#nullability: (cherry picked from commit e3abb63293be80379d20b4c3f0d1cd093459a9eb) --- diff --git a/lib/sqlalchemy/dialects/mssql/base.py b/lib/sqlalchemy/dialects/mssql/base.py index 544890eadd..3b425a389c 100644 --- a/lib/sqlalchemy/dialects/mssql/base.py +++ b/lib/sqlalchemy/dialects/mssql/base.py @@ -215,7 +215,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 --------------------