Skip to content

Commit 78eb9ec

Browse files
committed
Complete the docs for source_token_lines. #947
1 parent 6f4c0dc commit 78eb9ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coverage/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ def source_token_lines(self):
496496
* ``'num'``: a number
497497
* ``'op'``: an operator
498498
* ``'str'``: a string literal
499+
* ``'ws'``: some white space
499500
* ``'txt'``: some other kind of text
500501
501502
If you concatenate all the token texts, and then join them with

0 commit comments

Comments
 (0)