Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f0dcdea9
Commit
f0dcdea9
authored
Sep 10, 2001
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Repair late-night doc typos.
parent
30a04869
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Lib/test/README
Lib/test/README
+1
-1
Lib/test/test_support.py
Lib/test/test_support.py
+2
-2
No files found.
Lib/test/README
View file @
f0dcdea9
...
...
@@ -78,7 +78,7 @@ example:
test_main(1)
If run via regrtest, test_main() is called (by regrtest) without specifying
verbose, and then test_supp
ro
t's idea of verbosity is used. But when
verbose, and then test_supp
or
t's idea of verbosity is used. But when
run directly, test_main(1) is called, and then doctest's idea of verbosity
is used.
...
...
Lib/test/test_support.py
View file @
f0dcdea9
...
...
@@ -183,8 +183,8 @@ def run_doctest(module, verbosity=None):
"""Run doctest on the given module.
If optional argument verbosity is not specified (or is None), pass
test_support's belief about verbosity on to doctest. Else doctest
sys.argv for -v
.
test_support's belief about verbosity on to doctest. Else doctest
's
usual behavior is used (it searches sys.argv for -v)
.
"""
import
doctest
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment