File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
launch/launch/descriptions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def __init__(
5858 :param cmd: A list where the first item is the executable and the rest are
5959 arguments to the executable, each item may be a string or a list of strings
6060 and Substitutions to be resolved at runtime
61- :param: prefix a set of commands/arguments to preceed the cmd, used for
61+ :param prefix: a set of commands/arguments to preceed the cmd, used for
6262 things like gdb/valgrind and defaults to the LaunchConfiguration
6363 called 'launch-prefix'. Note that a non-default prefix provided in
6464 a launch file will override the prefix provided via the `launch-prefix`
@@ -72,7 +72,7 @@ def __init__(
7272 :param additional_env: Dictionary of environment variables to be added. If env was
7373 None, they are added to the current environment. If not, env is updated with
7474 additional_env.
75- :param: arguments list of extra arguments for the executable
75+ :param arguments: list of extra arguments for the executable
7676 """
7777 self .__cmd = [normalize_to_list_of_substitutions (x ) for x in cmd ]
7878 self .__cmd += ([] if arguments is None
You can’t perform that action at this time.
0 commit comments