Skip to content

Commit

Permalink
feat(python): Update functions-doc-numpy test descriptions
Browse files Browse the repository at this point in the history
Former-commit-id: a5c2202
  • Loading branch information
kkoomen committed Jul 12, 2019
1 parent 2b4cacb commit d647476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/filetypes/python/functions-doc-numpy.vader
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Do (trigger doge):
:let b:doge_doc_standard='numpy'\<CR>
\<C-d>

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
Expand All @@ -55,7 +55,7 @@ Do (trigger doge):
:let b:doge_doc_standard='numpy'\<CR>
\<C-d>

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
Expand Down

0 comments on commit d647476

Please sign in to comment.