From 87514e3e10b6a119ebd8f6822acd3d234ab2b3fe Mon Sep 17 00:00:00 2001 From: Rajath Agasthya Date: Fri, 23 Jun 2017 19:31:57 -0700 Subject: [PATCH] Trivial: Fix docstring Why not? Change-Id: Ibe98c901b788a2629e1ba794484a02096f54d0b1 --- pbr/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pbr/util.py b/pbr/util.py index a1177855..0d7a3317 100644 --- a/pbr/util.py +++ b/pbr/util.py @@ -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.