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