diff --git a/jaraco/functools.py b/jaraco/functools.py index 6b78e24..be1334d 100644 --- a/jaraco/functools.py +++ b/jaraco/functools.py @@ -234,6 +234,8 @@ def result_invoke(action): ... return a + b >>> x = add_two(2, 3) 5 + >>> x + 5 """ def wrap(func):