Skip to content

Commit

Permalink
Update tools/manifest/sourcefile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Jägenstedt <philip@foolip.org>
  • Loading branch information
jgraham and foolip committed May 18, 2020
1 parent 7fa0339 commit dfd5cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/manifest/sourcefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def get_default_any_variants():
def parse_variants(value):
# type: (Text) -> Set[Text]
"""
Returns a set of variants (bytestrings) defined by a comma-separated value.
Returns a set of variants (strings) defined by a comma-separated value.
"""
assert isinstance(value, text_type), value

Expand Down

0 comments on commit dfd5cb7

Please sign in to comment.