diff options
| author | Simeon Simeonov | 2019-02-13 13:52:15 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2019-02-13 13:52:15 +0100 |
| commit | d038813fd1a8c740fc0a362756263ec32b119069 (patch) | |
| tree | 3a8edd4a6db948b1d49bccc87d06d80af47da040 /.emacs.d/snippets/python-mode/docstring_param | |
| parent | 2cedbc8447249de5c8189619be6e0d54b585a5b1 (diff) | |
Improve doctric snippets for Python (remove docstring_rtype and docstring_type)
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 | ||
