Skip to content

Commit f6a8e90

Browse files
committed
Driver/ODBC: Implement suggestions by CodeRabbit
1 parent b9dfe9b commit f6a8e90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/connect/odbc.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ connection.Close();
8080

8181
### Python
8282

83-
[pyodbc] is an open source Python module that makes accessing ODBC databases
83+
[pyodbc] is an open-source Python module that makes accessing ODBC databases
8484
simple. It implements the DB API 2.0 specification and adds other Pythonic
8585
convenience. For more information, please visit the
8686
[pyodbc installation instructions] and [connecting to PostgreSQL with pyodbc].
@@ -149,7 +149,6 @@ cn.Close
149149

150150
[.NET Framework Data Provider for ODBC]: https://learn.microsoft.com/en-us/dotnet/framework/data/adonet/data-providers#net-framework-data-provider-for-odbc
151151
[Connecting to PostgreSQL with pyodbc]: https://github.com/mkleehammer/pyodbc/wiki/Connecting-to-PostgreSQL
152-
[postgres]: https://crates.io/crates/postgres
153152
[psqlodbc]: https://odbc.postgresql.org/
154153
[psqlodbc download]: https://www.postgresql.org/ftp/odbc/releases/
155154
[psqlODBC with Visual Basic]: https://odbc.postgresql.org/howto-vb.html

0 commit comments

Comments
 (0)