From dfd5cb7e17a2cfe7882e014909d2c5a8a6f1a80f Mon Sep 17 00:00:00 2001 From: jgraham Date: Mon, 18 May 2020 13:46:22 +0100 Subject: [PATCH] Update tools/manifest/sourcefile.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Philip Jägenstedt --- tools/manifest/sourcefile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/manifest/sourcefile.py b/tools/manifest/sourcefile.py index e9cf37d2486264..391312c2beb13d 100644 --- a/tools/manifest/sourcefile.py +++ b/tools/manifest/sourcefile.py @@ -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