summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/docstring_return
diff options
context:
space:
mode:
authorSimeon Simeonov2019-02-13 13:52:15 +0100
committerSimeon Simeonov2019-02-13 13:52:15 +0100
commitd038813fd1a8c740fc0a362756263ec32b119069 (patch)
tree3a8edd4a6db948b1d49bccc87d06d80af47da040 /.emacs.d/snippets/python-mode/docstring_return
parent2cedbc8447249de5c8189619be6e0d54b585a5b1 (diff)
Improve doctric snippets for Python (remove docstring_rtype and docstring_type)
Diffstat (limited to '.emacs.d/snippets/python-mode/docstring_return')
-rw-r--r--.emacs.d/snippets/python-mode/docstring_return3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/snippets/python-mode/docstring_return b/.emacs.d/snippets/python-mode/docstring_return
index 90c05e5..4bf2f16 100644
--- a/.emacs.d/snippets/python-mode/docstring_return
+++ b/.emacs.d/snippets/python-mode/docstring_return
@@ -2,4 +2,5 @@
2# name: docstring_return 2# name: docstring_return
3# key: R 3# key: R
4# -- 4# --
5:return: $0 \ No newline at end of file 5:return: $0
6:rtype: \ No newline at end of file