Skip to content

Commit

Permalink
Extend doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 16, 2021
1 parent 573cd26 commit b40217c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jaraco/functools.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ def result_invoke(action):
... return a + b
>>> x = add_two(2, 3)
5
>>> x
5
"""

def wrap(func):
Expand Down

0 comments on commit b40217c

Please sign in to comment.