Commit 2874065f authored by Neil Schemenauer's avatar Neil Schemenauer

Fix typo.

parent ef59a2be
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment