From 49db870b547e3dc44c230fbf8b28db774f872435 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 12 Oct 2020 20:43:09 -0400 Subject: development/MySQL-python: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- development/MySQL-python/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'development') 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. -- cgit v1.2.3-80-g2a13