From aee874c0b48698bb8d4e2afba18713a8aeb32011 Mon Sep 17 00:00:00 2001 From: Oliver Bestwalter Date: Sun, 3 Sep 2017 14:27:49 +0200 Subject: fix docstring --- tox/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox/config.py b/tox/config.py index 1fba5425..9f0024c0 100755 --- a/tox/config.py +++ b/tox/config.py @@ -1158,7 +1158,7 @@ class _ArgvlistReader: def getargvlist(cls, reader, value, replace=True): """Parse ``commands`` argvlist multiline string. - :param str name: Key name in a section. + :param SectionReader reader: reader to be used. :param str value: Content stored by key. :rtype: list[list[str]] -- cgit v1.2.1