diff options
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index dbaee75..e96ba81 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -42,7 +42,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=0, generate=0, exclude=0, single=0, randomize=0): """Execute a test suite. - This also parses command-line options and modifies its behaviour + This also parses command-line options and modifies its behavior accordingly. tests -- a list of strings containing test names (optional) |