You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/connect/odbc.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ connection.Close();
80
80
81
81
### Python
82
82
83
-
[pyodbc] is an opensource Python module that makes accessing ODBC databases
83
+
[pyodbc] is an open-source Python module that makes accessing ODBC databases
84
84
simple. It implements the DB API 2.0 specification and adds other Pythonic
85
85
convenience. For more information, please visit the
86
86
[pyodbc installation instructions] and [connecting to PostgreSQL with pyodbc].
@@ -149,7 +149,6 @@ cn.Close
149
149
150
150
[.NET Framework Data Provider for ODBC]: https://learn.microsoft.com/en-us/dotnet/framework/data/adonet/data-providers#net-framework-data-provider-for-odbc
151
151
[Connecting to PostgreSQL with pyodbc]: https://github.com/mkleehammer/pyodbc/wiki/Connecting-to-PostgreSQL
0 commit comments