From 3a6aa2359e179779c281e6d319cb9a1a851e6df1 Mon Sep 17 00:00:00 2001 From: jvr Date: Tue, 2 Sep 2003 19:23:13 +0000 Subject: [PATCH] tweaked doc string git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@445 4cde692c-a291-49d1-8350-778aa11640f8 --- Lib/fontTools/ttLib/tables/otBase.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Lib/fontTools/ttLib/tables/otBase.py b/Lib/fontTools/ttLib/tables/otBase.py index ceb157180..70884c9b2 100644 --- a/Lib/fontTools/ttLib/tables/otBase.py +++ b/Lib/fontTools/ttLib/tables/otBase.py @@ -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