]> 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:41:03 +0000 (10:41 -0400)
Change-Id: I8315cfef6e5c4b87d64fc770998a1229cc690870
(cherry picked from commit c813fe1678c4edbce32f0652353ed70f0a14566f)

lib/sqlalchemy/dialects/mssql/pyodbc.py

index 783a65e3dd0c6546290e83075c3b890e644fcbb9..c198c37c779db06b5934469b031c43bac5c0bd05 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",