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:
parent
deb3b632f4
commit
2234b04613
@ -52,7 +52,7 @@ def checkClass(moduleName, theClass):
|
||||
if not gotOne:
|
||||
print "\nWarnings for module %s\n" % moduleName
|
||||
gotOne = 1
|
||||
print "Method has not enough arguments:"
|
||||
print "Method doesn't have enough arguments:"
|
||||
print " interface: %s.%s" % (className, describeFunction.describe(method))
|
||||
print " implementation: %s.%s" % (className, describeFunction.describe(method2))
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user