Skip to content

Commit 11e4a94

Browse files
tirkarthivstinner
authored andcommitted
Change bisect to bisect_cmd in docstring (#13040)
1 parent 671d782 commit 11e4a94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/test/bisect_cmd.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
55
Find the test_os test method which alters the environment:
66
7-
./python -m test.bisect --fail-env-changed test_os
7+
./python -m test.bisect_cmd --fail-env-changed test_os
88
99
Find a reference leak in "test_os", write the list of failing tests into the
1010
"bisect" file:
1111
12-
./python -m test.bisect -o bisect -R 3:3 test_os
12+
./python -m test.bisect_cmd -o bisect -R 3:3 test_os
1313
1414
Load an existing list of tests from a file using -i option:
1515
1616
./python -m test --list-cases -m FileTests test_os > tests
17-
./python -m test.bisect -i tests test_os
17+
./python -m test.bisect_cmd -i tests test_os
1818
"""
1919

2020
import argparse

0 commit comments

Comments
 (0)