summaryrefslogtreecommitdiff
path: root/tests/test_phystokens.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-11-28 05:45:33 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-11-28 06:01:22 -0500
commitaa62abd5ff33926f44fe4ec9e985ed3d72ea1f9d (patch)
tree301823a5d57e89561e0761d48cd2cf68a6d501c7 /tests/test_phystokens.py
parent79c66c00cfc98f04b676e8fb32dc5f089a5eff3c (diff)
downloadpython-coveragepy-git-aa62abd5ff33926f44fe4ec9e985ed3d72ea1f9d.tar.gz
style: fix spelling
un-executed, white space, time stamp.
Diffstat (limited to 'tests/test_phystokens.py')
-rw-r--r--tests/test_phystokens.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_phystokens.py b/tests/test_phystokens.py
index da37cead..dae1a0ed 100644
--- a/tests/test_phystokens.py
+++ b/tests/test_phystokens.py
@@ -32,7 +32,7 @@ SIMPLE_TOKENS = [
('ws', ' '), ('num', '2'), ('op', ')')],
]
-# Mixed-whitespace program, and its token stream.
+# Mixed-white-space program, and its token stream.
MIXED_WS = """\
def hello():
a="Hello world!"