Update doc string

This commit is contained in:
Dimitris Zlatanidis 2015-09-15 07:32:27 +03:00
parent 37baef1dfc
commit e36f29f660

View file

@ -31,7 +31,7 @@ class Utils(object):
"""Class with usefull utilities
"""
def case_sensitive(self, lst):
"""Create dictionary with key in lower case
"""Create dictionary from list with key in lower case
and value with default
"""
dictionary = {}