Skip to content

Commit

Permalink
make script kwargs doc use **
Browse files Browse the repository at this point in the history
Signed-off-by: Flaviu Vadan <flaviuvadan@gmail.com>
  • Loading branch information
flaviuvadan committed Mar 27, 2023
1 parent 0c24312 commit 471d7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hera/workflows/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def script(**script_kwargs):
Parameters
----------
script_kwargs : dict
**script_kwargs
Keyword arguments to be passed to the Script object.
Returns
Expand Down

0 comments on commit 471d7c3

Please sign in to comment.