Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
petertdavies authored and SamWilsn committed Jun 21, 2024
1 parent 8b3b9ff commit d89d881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethereum_spec_tools/evm_tools/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def daemon_arguments(subparsers: argparse._SubParsersAction) -> None:
parser.add_argument(
"--timeout",
help="Timeout to shutdown daemon if there are not requests"
"(0 for no timeout)",
" (0 for no timeout)",
type=int,
)

Expand Down

0 comments on commit d89d881

Please sign in to comment.