From 2b8a779d131438659ed82a395c6e8b09f836872f Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 20 Aug 2019 11:23:35 +0300 Subject: [PATCH] Update template --- snippet_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippet_template.md b/snippet_template.md index f4257b259..92fb20788 100644 --- a/snippet_template.md +++ b/snippet_template.md @@ -1,6 +1,6 @@ --- title: function_name -tags: +tags: utility,intermediate --- Explain briefly what the snippet does. @@ -14,5 +14,5 @@ def function_name(args): ``` ```py -functionName(val) # result +function_name(val) # result ```