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/templite.py | |
parent | 79c66c00cfc98f04b676e8fb32dc5f089a5eff3c (diff) | |
download | python-coveragepy-git-aa62abd5ff33926f44fe4ec9e985ed3d72ea1f9d.tar.gz |
style: fix spelling
un-executed, white space, time stamp.
Diffstat (limited to 'coverage/templite.py')
-rw-r--r-- | coverage/templite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/templite.py b/coverage/templite.py index ab3cf1cf..29596d77 100644 --- a/coverage/templite.py +++ b/coverage/templite.py @@ -92,7 +92,7 @@ class Templite: and joined. Be careful, this could join words together! Any of these constructs can have a hyphen at the end (`-}}`, `-%}`, `-#}`), - which will collapse the whitespace following the tag. + which will collapse the white space following the tag. Construct a Templite with the template text, then use `render` against a dictionary context to create a finished string:: |