Skip to content

Commit db0a50c

Browse files
authoredJun 16, 2023
Merge pull request #18 from dumdoo/patch-1
Fix "Flask super" template snippet
2 parents d776cb0 + e706064 commit db0a50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎snippets/templates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"Flask super": {
2727
"prefix": "fsuper",
28-
"body": "{{ self.supper() }}$0"
28+
"body": "{{ self.super() }}$0"
2929
},
3030
"Flask for": {
3131
"prefix": "ffor",

0 commit comments

Comments
 (0)
Please sign in to comment.