]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add missing colon before code block in docs
authorFederico Caselli <cfederico87@gmail.com>
Fri, 26 Feb 2021 20:30:32 +0000 (21:30 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Fri, 26 Feb 2021 20:30:32 +0000 (21:30 +0100)
Change-Id: Iee0ec6906fe21674a16c20dfd267468ebfe39c3f

lib/sqlalchemy/dialects/mssql/pyodbc.py

index 4c1e9e1160c9bcd0eadb28fdf3665fe5f1c9a228..96ac2dff72d53a8872334575cf8bc5de131381ad 100644 (file)
@@ -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"