summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/docstring_return
diff options
context:
space:
mode:
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