Whitespace normalization.

This commit is contained in:
Tim Peters 2003-06-29 05:46:54 +00:00
parent db3756dade
commit 478c10554b
5 changed files with 8 additions and 8 deletions

View file

@ -325,7 +325,7 @@ def getfile(object):
object = object.f_code
if iscode(object):
return object.co_filename
raise TypeError('arg is not a module, class, method, '
raise TypeError('arg is not a module, class, method, '
'function, traceback, frame, or code object')
def getmoduleinfo(path):