File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
"Dictionary comprehension" : {
18
18
"prefix" : " dc" ,
19
19
"body" : " {${1:key}: ${2:value} for ${3:key}, ${4:value} in ${5:iterable}}$0" ,
20
- "description" : " Handy and faster way to create dictories based on existing dictionaries."
20
+ "description" : " Handy and faster way to create dictionaries based on existing dictionaries."
21
21
},
22
22
"Dictionary comprehension if filter" : {
23
23
"prefix" : " dci" ,
24
24
"body" : " {${1:key}: ${2:value} for ${3:key}, ${4:value} in ${5:iterable} if ${6:condition}}$0" ,
25
- "description" : " Handy and faster way to create dictories based on existing dictionaries, with conditional if statement."
25
+ "description" : " Handy and faster way to create dictionaries based on existing dictionaries, with conditional if statement."
26
26
},
27
27
"Set comprehension" : {
28
28
"prefix" : " sc" ,
You can’t perform that action at this time.
0 commit comments