8000 fixed spelling error · Algorithm-box/awesome-python@5e52e9e · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e52e9e

Browse files
committed
fixed spelling error
1 parent c0ade8e commit 5e52e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
415415
* [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for Python.
416416
* [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL.
417417
* SQlite - [awesome-sqlite](https://github.com/planetopendata/awesome-sqlite)
418-
* [sqlite3](https://docs.python.org/3/library/sqlite3.html) - (Python standard library) SQlite interface compleint with DB-API 2.0
418+
* [sqlite3](https://docs.python.org/3/library/sqlite3.html) - (Python standard library) SQlite interface compliant with DB-API 2.0
419419
* [SuperSQLite](https://github.com/plasticityai/supersqlite) - A supercharged SQLite library built on top of [apsw](https://github.com/rogerbinns/apsw).
420420
* Other Relational Databases
421421
* [pymssql](https://pymssql.readthedocs.io/en/latest/) - A simple database interface to Microsoft SQL Server.

0 commit comments

Comments
 (0)
0