Merge "Trivial: Fix docstring"

This commit is contained in:
Jenkins 2017-06-26 07:56:14 +00:00 committed by Gerrit Code Review
commit 823165d068

View File

@ -193,9 +193,9 @@ def cfg_to_args(path='setup.cfg', script_args=()):
This method uses an existing setup.cfg to generate a dictionary of This method uses an existing setup.cfg to generate a dictionary of
keywords that can be used by distutils.core.setup(kwargs**). keywords that can be used by distutils.core.setup(kwargs**).
:param file: :param path:
The setup.cfg path. The setup.cfg path.
:parm script_args: :param script_args:
List of commands setup.py was called with. List of commands setup.py was called with.
:raises DistutilsFileError: :raises DistutilsFileError:
When the setup.cfg file is not found. When the setup.cfg file is not found.