[packages] lang/ipython: fix package description
authorAndy Boyett <agb@openwrt.org>
Tue, 30 Jun 2009 05:50:46 +0000 (05:50 +0000)
committerAndy Boyett <agb@openwrt.org>
Tue, 30 Jun 2009 05:50:46 +0000 (05:50 +0000)
SVN-Revision: 16631

lang/ipython/Makefile

index f71f1e59c3ddc0f41d4bf58e6d630726f0b16103..4023fa0c34e16e2ec52427aba8be6a977d943133 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008 OpenWrt.org
+# Copyright (C) 2008-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -26,7 +26,7 @@ define Package/ipython
 endef
 
 define Package/ipython/description
-  python bindings for dbus 
+  An enhanced interactive Python shell from the SciPy project
 endef
 
 define Build/Configure