Whitespace normalization.
diff --git a/Lib/inspect.py b/Lib/inspect.py
index 0391201..1f49bcb 100644
--- a/Lib/inspect.py
+++ b/Lib/inspect.py
@@ -325,7 +325,7 @@
         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):