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
1 changed files with 2 additions and 2 deletions

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
keywords that can be used by distutils.core.setup(kwargs**).
:param file:
:param path:
The setup.cfg path.
:parm script_args:
:param script_args:
List of commands setup.py was called with.
:raises DistutilsFileError:
When the setup.cfg file is not found.