Skip to content

Commit 9df885a

Browse files
committed
Fix comment
1 parent e8091fe commit 9df885a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/parallel_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run(self, result=None):
5858
result.addSuccess(self)
5959

6060
# Note: We can't call result.addError, result.addFailure, etc. because
61-
# we no longer the original exception, just the string format.
61+
# we no longer have the original exception, just the string format.
6262
for r in results:
6363
if len(r.errors) > 0 or len(r.failures) > 0:
6464
result._mirrorOutput = True

0 commit comments

Comments
 (0)