aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--my_snippets/python.snippets3
1 files changed, 1 insertions, 2 deletions
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