summaryrefslogtreecommitdiff
path: root/tests/unittests/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/helpers.py')
-rw-r--r--tests/unittests/helpers.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unittests/helpers.py b/tests/unittests/helpers.py
index 7b829f24..d5df580b 100644
--- a/tests/unittests/helpers.py
+++ b/tests/unittests/helpers.py
@@ -22,8 +22,7 @@ def rebase_path(old_path, new_base):
return path
-# Can work on anything that takes a path
-# as first argument
+# Can work on anything that takes a path as arguments
def retarget_many_wrapper(new_base, am, old_func):
def wrapper(*args, **kwds):
n_args = list(args)