diff --git a/my_snippets/python.snippets b/my_snippets/python.snippets index 2d146ec..0f19ba6 100644 --- a/my_snippets/python.snippets +++ b/my_snippets/python.snippets @@ -2,8 +2,7 @@ snippet head "Python source file header" b """ Description: $1 Author: Jie-dong Hao -Date: `!v strftime("%Y-%m-%d %H:%M:%S%z")` -Update: `!v strftime("%Y-%m-%d %H:%M:%S%z")` +Created: `!v strftime("%Y-%m-%d %H:%M:%S%z")` """ $0 endsnippet