From 203d1c6f892c025465c70734bc1605d8c640936b Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 20 Nov 2017 15:40:56 +0100 Subject: [PATCH] [buildUCD] fix docstring --- MetaTools/buildUCD.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MetaTools/buildUCD.py b/MetaTools/buildUCD.py index e053e897d..f7db29ebf 100755 --- a/MetaTools/buildUCD.py +++ b/MetaTools/buildUCD.py @@ -124,8 +124,8 @@ def parse_range_properties(infile, default="Unknown"): def build_scripts(local_ucd=None, output_path=None): """Fetch "Scripts.txt" data file from Unicode official website, parse - the script ranges and write them as a list of Python tuples to - 'fontTools.unicodedata.scripts'. + the script ranges and names and write them as two Python lists + to 'fontTools.unicodedata.scripts'. To load "Scripts.txt" from a local directory, you can use the 'local_ucd' argument.