]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
ReST fix: missing backtick
authorMarius Gedminas <marius@gedmin.as>
Mon, 21 Mar 2016 10:00:49 +0000 (12:00 +0200)
committerMarius Gedminas <marius@gedmin.as>
Mon, 21 Mar 2016 10:00:49 +0000 (12:00 +0200)
Fixes a misrendering at http://docs.sqlalchemy.org/en/latest/dialects/mssql.html#nullability:

lib/sqlalchemy/dialects/mssql/base.py

index f50c8d3ab2ca96048a99316e1e6cb124a1e132b1..051efa719167acff1f51773d44810f2073cd1c9e 100644 (file)
@@ -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
 --------------------