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/config.py | |
parent | 79c66c00cfc98f04b676e8fb32dc5f089a5eff3c (diff) | |
download | python-coveragepy-git-aa62abd5ff33926f44fe4ec9e985ed3d72ea1f9d.tar.gz |
style: fix spelling
un-executed, white space, time stamp.
Diffstat (limited to 'coverage/config.py')
-rw-r--r-- | coverage/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/config.py b/coverage/config.py index 994154f6..b964ba89 100644 --- a/coverage/config.py +++ b/coverage/config.py @@ -93,7 +93,7 @@ class HandyConfigParser(configparser.ConfigParser): """Read a list of strings. The value of `section` and `option` is treated as a comma- and newline- - separated list of strings. Each value is stripped of whitespace. + separated list of strings. Each value is stripped of white space. Returns the list of strings. @@ -111,7 +111,7 @@ class HandyConfigParser(configparser.ConfigParser): """Read a list of full-line regexes. The value of `section` and `option` is treated as a newline-separated - list of regexes. Each value is stripped of whitespace. + list of regexes. Each value is stripped of white space. Returns the list of strings. |