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