From aa62abd5ff33926f44fe4ec9e985ed3d72ea1f9d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 28 Nov 2022 05:45:33 -0500 Subject: style: fix spelling un-executed, white space, time stamp. --- coverage/parser.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'coverage/parser.py') diff --git a/coverage/parser.py b/coverage/parser.py index 135a3b18..1bf1951a 100644 --- a/coverage/parser.py +++ b/coverage/parser.py @@ -177,11 +177,10 @@ class PythonParser: first_on_line = True if ttext.strip() and toktype != tokenize.COMMENT: - # A non-whitespace token. + # A non-white-space token. empty = False if first_line is None: - # The token is not whitespace, and is the first in a - # statement. + # The token is not white space, and is the first in a statement. first_line = slineno # Check whether to end an excluded suite. if excluding and indent <= exclude_indent: -- cgit v1.2.1