Trivial: Fix docstring

Why not?

Change-Id: Ibe98c901b788a2629e1ba794484a02096f54d0b1
This commit is contained in:
Rajath Agasthya 2017-06-23 19:31:57 -07:00
parent d43badb6c1
commit 87514e3e10

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.