diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 20:43:09 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:44 +0700 |
commit | 49db870b547e3dc44c230fbf8b28db774f872435 (patch) | |
tree | 7e492642156a1c28cbd8bb05ca4f24f4ab2e951a /development/MySQL-python | |
parent | ccabf8d3391caf094d3a06b7f34343a4bc30b4a9 (diff) | |
download | slackbuilds-49db870b547e3dc44c230fbf8b28db774f872435.tar.gz |
development/MySQL-python: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/MySQL-python')
-rw-r--r-- | development/MySQL-python/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/MySQL-python/README b/development/MySQL-python/README index de40ed0a7d..aec45782ee 100644 --- a/development/MySQL-python/README +++ b/development/MySQL-python/README @@ -1,10 +1,11 @@ MySQL-python (Python interface to MySQL) -MySQLdb is an interface to the popular MySQL database server for Python. -The design goals are: +MySQLdb is an interface to the popular MySQL database server for +Python. The design goals are: * Compliance with Python database API version 2.0 [PEP-0249] * Thread-safety * Thread-friendliness (threads will not block each other) -MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently supported. +MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently +supported. |