mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +01:00
Update doc string
This commit is contained in:
parent
37baef1dfc
commit
e36f29f660
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in a new issue