tweaked doc string

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@445 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
jvr 2003-09-02 19:23:13 +00:00
parent 81383d6efc
commit 3a6aa2359e

View File

@ -6,9 +6,10 @@ from types import TupleType
class BaseTTXConverter(DefaultTable):
"""Generic base class for TTX table converters. Functions as an adapter
between the TTX (ttLib actually) table model and the model we use for
OpenType tables, which is neccesarily subtly different."""
"""Generic base class for TTX table converters. It functions as an
adapter between the TTX (ttLib actually) table model and the model
we use for OpenType tables, which is necessarily subtly different.
"""
def decompile(self, data, font):
import otTables