diff --git a/Lib/fontTools/ttx.py b/Lib/fontTools/ttx.py index 6c7fca8c4..f69543782 100644 --- a/Lib/fontTools/ttx.py +++ b/Lib/fontTools/ttx.py @@ -39,8 +39,8 @@ usage: ttx [options] inputfile1 [... inputfileN] input to ttx, as long as the table files are in the same directory. -g Split glyf table: Save the glyf data into separate TTX files - per glyph and write a small TTX for the glyf table which - contains references to the individual TTGlyph elements. + per glyph and write a small TTX for the glyf table which + contains references to the individual TTGlyph elements. -i Do NOT disassemble TT instructions: when this option is given, all TrueType programs (glyph programs, the font program and the pre-program) will be written to the TTX file as hex data diff --git a/Tests/misc/xmlReader_test.py b/Tests/misc/xmlReader_test.py index 93afd8956..d04e6eb35 100644 --- a/Tests/misc/xmlReader_test.py +++ b/Tests/misc/xmlReader_test.py @@ -143,7 +143,7 @@ class TestXMLReader(unittest.TestCase): os.remove(tmp.name) def test_read_sub_file(self): - # Verifies that sub-file content is able to be read to a table. + # Verifies that sub-file content is able to be read to a table. expectedContent = u'testContent' expectedNameID = '1' expectedPlatform = '3'