From 9e84ad5b2311fc74551d6e86cf3b31031c1f8abc Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:06:05 +0000 Subject: [PATCH] packages/pymysql: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40241 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/pymysql/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/pymysql/Makefile b/lang/pymysql/Makefile index 9a54f2622..4669591b9 100644 --- a/lang/pymysql/Makefile +++ b/lang/pymysql/Makefile @@ -30,7 +30,7 @@ define Package/python-mysql endef define Package/python-mysql/description - MySQLdb is an thread-compatible interface to the popular MySQL database + MySQLdb is an thread-compatible interface to the popular MySQL database server that provides the Python database API. endef