Commit 13de3f68 authored by Gyanendra Mishra's avatar Gyanendra Mishra Committed by GitHub

fix: fix doc string typo (#560)

parent e0854624
...@@ -55,7 +55,7 @@ def run(plan, args={}): ...@@ -55,7 +55,7 @@ def run(plan, args={}):
"""Launches an arbitrarily complex ethereum testnet based on the arguments provided """Launches an arbitrarily complex ethereum testnet based on the arguments provided
Args: Args:
arg: A YAML or JSON argument to configure the network; example https://github.com/kurtosis-tech/ethereum-package/blob/main/network_params.yaml args: A YAML or JSON argument to configure the network; example https://github.com/kurtosis-tech/ethereum-package/blob/main/network_params.yaml
""" """
args_with_right_defaults = input_parser.input_parser(plan, args) args_with_right_defaults = input_parser.input_parser(plan, args)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment