Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2a31b7f

Browse files
authored
Fix typo in python/comprehension.json | dictories -> dictionaries (rafamadriz#448)
1 parentaa1583f commit2a31b7f

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 createdictories based on existing dictionaries."
20+
"description":"Handy and faster way to createdictionaries 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 createdictories based on existing dictionaries, with conditional if statement."
25+
"description":"Handy and faster way to createdictionaries based on existing dictionaries, with conditional if statement."
2626
},
2727
"Set comprehension": {
2828
"prefix":"sc",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp