mirror of
https://github.com/python/cpython.git
synced 2025-10-14 10:53:40 +00:00
Add missing period in docstring.
(Steve, can you add this to the PyUnit repository as well?)
This commit is contained in:
parent
00bb329521
commit
656f9ecb1e
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class TestResult:
|
||||||
Each instance holds the total number of tests run, and collections of
|
Each instance holds the total number of tests run, and collections of
|
||||||
failures and errors that occurred among those test runs. The collections
|
failures and errors that occurred among those test runs. The collections
|
||||||
contain tuples of (testcase, exceptioninfo), where exceptioninfo is the
|
contain tuples of (testcase, exceptioninfo), where exceptioninfo is the
|
||||||
formatted traceback of the error that occurred
|
formatted traceback of the error that occurred.
|
||||||
"""
|
"""
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.failures = []
|
self.failures = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue