tweaked doc string


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@445 4cde692c-a291-49d1-8350-778aa11640f8
diff --git a/Lib/fontTools/ttLib/tables/otBase.py b/Lib/fontTools/ttLib/tables/otBase.py
index ceb1571..70884c9 100644
--- a/Lib/fontTools/ttLib/tables/otBase.py
+++ b/Lib/fontTools/ttLib/tables/otBase.py
@@ -6,9 +6,10 @@
 
 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