diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-11-28 05:45:33 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-11-28 06:01:22 -0500 |
commit | aa62abd5ff33926f44fe4ec9e985ed3d72ea1f9d (patch) | |
tree | 301823a5d57e89561e0761d48cd2cf68a6d501c7 /coverage/phystokens.py | |
parent | 79c66c00cfc98f04b676e8fb32dc5f089a5eff3c (diff) | |
download | python-coveragepy-git-aa62abd5ff33926f44fe4ec9e985ed3d72ea1f9d.tar.gz |
style: fix spelling
un-executed, white space, time stamp.
Diffstat (limited to 'coverage/phystokens.py')
-rw-r--r-- | coverage/phystokens.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/phystokens.py b/coverage/phystokens.py index 07ad5349..d1181939 100644 --- a/coverage/phystokens.py +++ b/coverage/phystokens.py @@ -95,7 +95,7 @@ def source_token_lines(source): If you concatenate all the token texts, and then join them with newlines, you should have your original `source` back, with two differences: - trailing whitespace is not preserved, and a final line with no newline + trailing white space is not preserved, and a final line with no newline is indistinguishable from a final line with a newline. """ |