From d038813fd1a8c740fc0a362756263ec32b119069 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Wed, 13 Feb 2019 13:52:15 +0100 Subject: Improve doctric snippets for Python (remove docstring_rtype and docstring_type) --- .emacs.d/snippets/python-mode/function_docstring | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.emacs.d/snippets/python-mode/function_docstring') diff --git a/.emacs.d/snippets/python-mode/function_docstring b/.emacs.d/snippets/python-mode/function_docstring index f372d26..685eaf5 100644 --- a/.emacs.d/snippets/python-mode/function_docstring +++ b/.emacs.d/snippets/python-mode/function_docstring @@ -5,7 +5,7 @@ # NOTE: Use minimum indentation, because Emacs 25+ doesn't dedent docstrings. # -- def ${1:name}($2): - \"\"\"$3 - ${2:$(python-args-to-docstring)} - \"\"\" - $0 \ No newline at end of file + \"\"\"$3 + ${2:$(python-args-to-docstring)} + \"\"\" + $0 \ No newline at end of file -- cgit v1.3