Skip to content

Commit d50ac1d

Browse files
authored
Correct "notset" typo in --hashseed's --help text. (#3082)
1 parent dc53476 commit d50ac1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tox/session/cmd/run/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def __call__(
144144
"--hashseed",
145145
metavar="SEED",
146146
help="set PYTHONHASHSEED to SEED before running commands. Defaults to a random integer in the range "
147-
"[1, 4294967295] ([1, 1024] on Windows). Passing 'noset' suppresses this behavior.",
147+
"[1, 4294967295] ([1, 1024] on Windows). Passing 'notset' suppresses this behavior.",
148148
action=SeedAction,
149149
of_type=Optional[int],
150150
default=hashseed_default,

0 commit comments

Comments
 (0)