From 2234b04613701b849c4e994b12609e830ed85546 Mon Sep 17 00:00:00 2001 From: Just Date: Mon, 31 Jan 2000 14:31:16 +0000 Subject: [PATCH] minor doc string change git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@70 4cde692c-a291-49d1-8350-778aa11640f8 --- Lib/interfaceChecker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/interfaceChecker.py b/Lib/interfaceChecker.py index f2a447648..e5c7ab46b 100644 --- a/Lib/interfaceChecker.py +++ b/Lib/interfaceChecker.py @@ -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