From 34c64f7ff1f9d811c127ee492b856c0a6bd72973 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Wed, 12 Feb 2014 14:17:32 +0530 Subject: [PATCH] nthng again --- pyFun/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyFun/base.py b/pyFun/base.py index 8a54700..9de793b 100644 --- a/pyFun/base.py +++ b/pyFun/base.py @@ -811,4 +811,4 @@ def operation_on_lists(operation,list1,list2=None,variable_name=None): # partial() makes a function with more number of argument to less number of argument # use for/else instead of exit based on flags # look at dict.iteritems() and dict.setdefaults -# learn defaultdicts and collections module \ No newline at end of file +# learn defaultdicts and collections module