Commit 9381bf14 authored by Fred Drake's avatar Fred Drake

Add missing period in docstring.

(Steve, can you add this to the PyUnit repository as well?)
parent bd0c585d
...@@ -68,7 +68,7 @@ class TestResult: ...@@ -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 = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment