From 22e17f77c1cf92126167ed54d0f82495f589ac84 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 26 Jul 2021 00:14:34 +0800 Subject: [PATCH] update python snippets --- my_snippets/python.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_snippets/python.snippets b/my_snippets/python.snippets index 0f19ba6..eefaac2 100644 --- a/my_snippets/python.snippets +++ b/my_snippets/python.snippets @@ -1,7 +1,7 @@ snippet head "Python source file header" b """ Description: $1 -Author: Jie-dong Hao +Author: Jie-dong Hao (jdhao@hotmail.com) Created: `!v strftime("%Y-%m-%d %H:%M:%S%z")` """ $0