minor doc string change

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@70 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
Just 2000-01-31 14:31:16 +00:00
parent deb3b632f4
commit 2234b04613

View File

@ -52,7 +52,7 @@ def checkClass(moduleName, theClass):
if not gotOne: if not gotOne:
print "\nWarnings for module %s\n" % moduleName print "\nWarnings for module %s\n" % moduleName
gotOne = 1 gotOne = 1
print "Method has not enough arguments:" print "Method doesn't have enough arguments:"
print " interface: %s.%s" % (className, describeFunction.describe(method)) print " interface: %s.%s" % (className, describeFunction.describe(method))
print " implementation: %s.%s" % (className, describeFunction.describe(method2)) print " implementation: %s.%s" % (className, describeFunction.describe(method2))
continue continue