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