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 ```