Skip to content

Commit 13de3f6

Browse files
authored
fix: fix doc string typo (#560)
1 parent e085462 commit 13de3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def run(plan, args={}):
5555
"""Launches an arbitrarily complex ethereum testnet based on the arguments provided
5656
5757
Args:
58-
arg: A YAML or JSON argument to configure the network; example https://github.com/kurtosis-tech/ethereum-package/blob/main/network_params.yaml
58+
args: A YAML or JSON argument to configure the network; example https://github.com/kurtosis-tech/ethereum-package/blob/main/network_params.yaml
5959
"""
6060

6161
args_with_right_defaults = input_parser.input_parser(plan, args)

0 commit comments

Comments
 (0)