Skip to content

Commit 2b16262

Browse files
committed
Formatting fixes.
Distro A, OPSEC #4584. You may have additional rights; please see https://rosmilitary.org/faq/?category=ros-2-license Signed-off-by: matthew.lanting <[email protected]>
1 parent 106ac78 commit 2b16262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launch/launch/descriptions/executable.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)