From: Neil Schemenauer Date: Sun, 15 Feb 2004 16:43:20 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.4a1~814 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32d23c9264a44316b028f712bdc516fbddb0a752;p=python Fix typo. --- diff --git a/Lib/modulefinder.py b/Lib/modulefinder.py index 07b260da2f..ded3125336 100644 --- a/Lib/modulefinder.py +++ b/Lib/modulefinder.py @@ -62,7 +62,7 @@ class Module: self.starimports = {} def __repr__(self): - s = "Module(%r" % % (self.__name__,) + s = "Module(%r" % (self.__name__,) if self.__file__ is not None: s = s + ", %r" % (self.__file__,) if self.__path__ is not None: