]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix formatting
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Aug 2020 14:40:46 +0000 (10:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Aug 2020 14:40:46 +0000 (10:40 -0400)
Change-Id: I8315cfef6e5c4b87d64fc770998a1229cc690870

lib/sqlalchemy/dialects/mssql/pyodbc.py

index 61325585da5c61ffd8d57dd2c514f5508701935d..df340bbcacd34671e6b3b6df98aa482439f7cc9b 100644 (file)
@@ -131,7 +131,7 @@ cursor when an executemany call is to be used.   The SQLAlchemy pyodbc SQL
 Server dialect supports setting this flag automatically when the
 ``.fast_executemany`` flag is passed to
 :func:`_sa.create_engine` ; note that the ODBC driver must be the Microsoft
-    driver in order to use this flag::
+driver in order to use this flag::
 
     engine = create_engine(
         "mssql+pyodbc://scott:tiger@mssql2017:1433/test?driver=ODBC+Driver+13+for+SQL+Server",