]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo 6032/head
authorAlex Lowe <alowe@healthcarebluebook.com>
Mon, 15 Mar 2021 18:02:22 +0000 (13:02 -0500)
committerAlex Lowe <alowe@healthcarebluebook.com>
Mon, 15 Mar 2021 18:02:22 +0000 (13:02 -0500)
lib/sqlalchemy/dialects/mssql/pyodbc.py

index c8b336e837f9fa3adedbd8eb6b77c64e29edffbe..362e276e7ff709561b5cb668243294a5da57bdcf 100644 (file)
@@ -125,7 +125,7 @@ database using Azure credentials::
     <https://docs.microsoft.com/en-us/sql/connect/odbc/using-azure-active-directory#authenticating-with-an-access-token>`_
     that a connection string when using an access token must not contain 
     ``UID``, ``PWD``, ``Authentication`` or ``Trusted_Connection`` keywords,
-    the connection string must be provided directly via ``odbc_connect``.
+    the connection string must be provided directly via ``odbc_connect``.
 
 Pyodbc Pooling / connection close behavior
 ------------------------------------------