Options are defined with unicode now; argv better be unicode.

This commit is contained in:
Jean-Paul Calderone 2021-08-11 14:25:24 -04:00
parent 0176583e75
commit d56c218586

View File

@ -138,7 +138,7 @@ def parse_or_exit_with_explanation_with_config(config, argv, stdout, stderr):
:param allmydata.scripts.runner.Options config: An instance of the
argument-parsing class to use.
:param [str] argv: The argument list to parse, including the name of the
:param [unicode] argv: The argument list to parse, including the name of the
program being run as ``argv[0]``.
:param stdout: The file-like object to use as stdout.