You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
packages= ['nestedfetch'],
9
9
version='0.1',
10
10
license='MIT',
11
-
description='syntactic sugar candy to deal with nested python dictionary and list. You can get, set, update and flatten values from deeply nested dictionaries and lists with a more concise, easier and a more KeyError, IndexError free way',
11
+
description='Syntactic sugar to deal with nested python dictionary and list. You can get, set, update and flatten values from deeply nested dictionaries and lists with a more concise, easier and a more KeyError, IndexError free way',
0 commit comments