Skip to content

Commit a3dcaca

Browse files
weiweiDonJayamanne
authored andcommitted
Fix #996 async with EXPR as VAR (#1108)
1 parent 4f56b52 commit a3dcaca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snippets/python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
"async/with": {
224224
"prefix": "async/with",
225225
"body": [
226-
"async with ${1:expr} in ${2:var}:",
226+
"async with ${1:expr} as ${2:var}:",
227227
"\t${3:block}"
228228
],
229229
"description": "Code snippet for a async with statement"

0 commit comments

Comments
 (0)