From a5c2202bfb692880bf86b6f5b8fcb9199ebafe06 Mon Sep 17 00:00:00 2001 From: Kim K Date: Fri, 12 Jul 2019 12:15:51 +0800 Subject: [PATCH] feat(python): Update functions-doc-numpy test descriptions --- test/filetypes/python/functions-doc-numpy.vader | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/filetypes/python/functions-doc-numpy.vader b/test/filetypes/python/functions-doc-numpy.vader index 2817c68b..5db2cb9b 100644 --- a/test/filetypes/python/functions-doc-numpy.vader +++ b/test/filetypes/python/functions-doc-numpy.vader @@ -29,7 +29,7 @@ Do (trigger doge): :let b:doge_doc_standard='numpy'\ \ -Expect python (generated comment with :param tags): +Expect python (generated comment with Parameters tag): def myFunc(p1: Callable[[int], None] = False, p2: Callable[[int, Exception], None] = {}): """ TODO @@ -55,7 +55,7 @@ Do (trigger doge): :let b:doge_doc_standard='numpy'\ \ -Expect python (generated comment with :param tags): +Expect python (generated comment with Parameters and Returns tag): def myFunc(p1: Callable[[int], None] = False, p2: Callable[[int, Exception], None] = {}) -> Sequence[T]: """ TODO