Kaydet (Commit) 32d23c92 authored tarafından Neil Schemenauer's avatar Neil Schemenauer

Fix typo.

üst fa7b9d82
......@@ -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