diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-26 00:14:34 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-26 00:14:34 +0800 |
| commit | 22e17f77c1cf92126167ed54d0f82495f589ac84 (patch) | |
| tree | 919d5037882ae15e6fc73323b64bded8021ba06f | |
| parent | 9a31a24a25105354e65931d637a9f51989c34edd (diff) | |
update python snippets
| -rw-r--r-- | my_snippets/python.snippets | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
