minor whitespace

This commit is contained in:
Cosimo Lupo 2017-11-23 18:39:11 +01:00
parent 2b4b563171
commit f2a8c787b1
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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'