diff options
Diffstat (limited to '.emacs.d/snippets/python-mode/docstring_param')
| -rw-r--r-- | .emacs.d/snippets/python-mode/docstring_param | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/snippets/python-mode/docstring_param b/.emacs.d/snippets/python-mode/docstring_param index a371d93..aa8b880 100644 --- a/.emacs.d/snippets/python-mode/docstring_param +++ b/.emacs.d/snippets/python-mode/docstring_param | |||
| @@ -2,4 +2,5 @@ | |||
| 2 | # name: docstring_param | 2 | # name: docstring_param |
| 3 | # key: P | 3 | # key: P |
| 4 | # -- | 4 | # -- |
| 5 | :param $1: $0 \ No newline at end of file | 5 | :param $1: $0 |
| 6 | :type $1: \ No newline at end of file | ||
