Skip to content

Commit 2a31b7f

Browse files
authored
Fix typo in python/comprehension.json | dictories -> dictionaries (#448)
1 parent aa1583f commit 2a31b7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/python/comprehension.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"Dictionary comprehension": {
1818
"prefix": "dc",
1919
"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."
2121
},
2222
"Dictionary comprehension if filter": {
2323
"prefix": "dci",
2424
"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."
2626
},
2727
"Set comprehension": {
2828
"prefix": "sc",

0 commit comments

Comments
 (0)