From: Federico Caselli Date: Fri, 26 Feb 2021 20:30:32 +0000 (+0100) Subject: Add missing colon before code block in docs X-Git-Tag: rel_1_4_0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aae934d171ab0eaaa6b53db4e1db65b0d20ff1e9;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add missing colon before code block in docs Change-Id: Iee0ec6906fe21674a16c20dfd267468ebfe39c3f --- diff --git a/lib/sqlalchemy/dialects/mssql/pyodbc.py b/lib/sqlalchemy/dialects/mssql/pyodbc.py index 4c1e9e1160..96ac2dff72 100644 --- a/lib/sqlalchemy/dialects/mssql/pyodbc.py +++ b/lib/sqlalchemy/dialects/mssql/pyodbc.py @@ -57,7 +57,7 @@ Other keywords interpreted by the Pyodbc dialect to be passed to Note that in order for the dialect to recognize these keywords (including the ``driver`` keyword above) they must be all lowercase. Multiple additional keyword arguments must be separated by an -ampersand (``&``), not a semicolon: +ampersand (``&``), not a semicolon:: engine = create_engine( "mssql+pyodbc://scott:tiger@myhost:port/databasename"