Merge pull request #20 from mhasadi78/patch-1

Fixed a typo
This commit is contained in:
Georg Richter
2022-05-21 08:35:09 +02:00
committed by GitHub

View File

@ -1,6 +1,6 @@
'''
MariaDB Connector/Python enables python programs to access MariaDB and MySQL
atabases, using an API which is compliant with the Python DB API 2.0 (PEP-249).
databases, using an API which is compliant with the Python DB API 2.0 (PEP-249).
It is written in C and uses MariaDB Connector/C client library for client
server communication.