Skip to content

Commit

Permalink
Correct "notset" typo in --hashseed's --help text. (#3082)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby committed Aug 9, 2023
1 parent dc53476 commit d50ac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tox/session/cmd/run/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def __call__(
"--hashseed",
metavar="SEED",
help="set PYTHONHASHSEED to SEED before running commands. Defaults to a random integer in the range "
"[1, 4294967295] ([1, 1024] on Windows). Passing 'noset' suppresses this behavior.",
"[1, 4294967295] ([1, 1024] on Windows). Passing 'notset' suppresses this behavior.",
action=SeedAction,
of_type=Optional[int],
default=hashseed_default,
Expand Down

0 comments on commit d50ac1d

Please sign in to comment.