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