From e7060644b364a126775a6898b1fc07797ba99794 Mon Sep 17 00:00:00 2001 From: dumdoo <51958309+dumdoo@users.noreply.github.com> Date: Sun, 3 Jul 2022 01:04:21 +0500 Subject: [PATCH] Update templates.json --- snippets/templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/templates.json b/snippets/templates.json index ab263a3..7391f58 100644 --- a/snippets/templates.json +++ b/snippets/templates.json @@ -25,7 +25,7 @@ }, "Flask super": { "prefix": "fsuper", - "body": "{{ self.supper() }}$0" + "body": "{{ self.super() }}$0" }, "Flask for": { "prefix": "ffor",