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/docstring_param | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs.d/snippets/python-mode/docstring_param') 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 @@ # name: docstring_param # key: P # -- -:param $1: $0 \ No newline at end of file +:param $1: $0 +:type $1: \ No newline at end of file -- cgit v1.3