We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b42968 commit 82a607fCopy full SHA for 82a607f
test/single_line_runner.py
@@ -57,8 +57,8 @@ def startTest(self, test):
57
self.stream.write(' ... ')
58
self.stream.flush()
59
60
- # Calcualte the remaining terminal width available for the _write_status
61
- # message. This will never be lower that `self.max_status_msg`
+ # Calculate the remaining terminal width available for the _write_status
+ # message. This will never be lower than `self.max_status_msg`
62
self.status_limit = total_width - prefix_len - len(desc) - len(' ... ')
63
64
def printErrors(self):
0 commit comments