From 1b53d1d166c49eb790a72b35e4e2d66106e993ec Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:06:06 +0000 Subject: [PATCH] packages/pysqlite: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40242 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/pysqlite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/pysqlite/Makefile b/lang/pysqlite/Makefile index 1c77bbc7d..ffdcbd3e9 100644 --- a/lang/pysqlite/Makefile +++ b/lang/pysqlite/Makefile @@ -30,7 +30,7 @@ define Package/python-sqlite endef define Package/python-sqlite/description - This package contains an SQLite database adapter for the Python + This package contains an SQLite database adapter for the Python programming language. endef