From 898a923387016b4cc147646307ab6bb50f7de450 Mon Sep 17 00:00:00 2001 From: Julio Oliveira Date: Sat, 24 Feb 2018 00:15:46 -0300 Subject: [PATCH] Fix python-mode/function_docstring_numpy docstring indentation --- snippets/python-mode/function_docstring_numpy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snippets/python-mode/function_docstring_numpy b/snippets/python-mode/function_docstring_numpy index 00ea3512b..3a7243e6b 100644 --- a/snippets/python-mode/function_docstring_numpy +++ b/snippets/python-mode/function_docstring_numpy @@ -5,7 +5,7 @@ # group: definitions # -- def ${1:name}($2): - \"\"\"$3 - ${2:$(python-args-to-docstring-numpy)} - \"\"\" - $0 \ No newline at end of file + \"\"\"$3 + ${2:$(python-args-to-docstring-numpy)} + \"\"\" + $0 \ No newline at end of file