Merge "Trivial: Fix docstring"
This commit is contained in:
commit
823165d068
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user