Skip to content

Commit 846cd76

Browse files
committed
Further docstring tweaks
1 parent 74ddb7f commit 846cd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simvue/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ def callback_function(status_code: int, std_out: str, std_err: str) -> None:
639639
executable : str | None, optional
640640
the main executable for the command, if not specified this is taken to be the first
641641
positional argument, by default None
642-
*positional_arguments
642+
*positional_arguments : Any, ..., optional
643643
all other positional arguments are taken to be part of the command to execute
644644
script : str | None, optional
645645
the script to run, note this only work if the script is not an option, if this is the case

0 commit comments

Comments
 (0)