Skip to content

Commit

Permalink
Complete the docs for source_token_lines. #947
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Feb 26, 2020
1 parent 6f4c0dc commit 78eb9ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coverage/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ def source_token_lines(self):
* ``'num'``: a number
* ``'op'``: an operator
* ``'str'``: a string literal
* ``'ws'``: some white space
* ``'txt'``: some other kind of text
If you concatenate all the token texts, and then join them with
Expand Down

1 comment on commit 78eb9ec

@snoopyjc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.