Whitespace normalization.
diff --git a/Lib/inspect.py b/Lib/inspect.py
index 408e454..3b1061e 100644
--- a/Lib/inspect.py
+++ b/Lib/inspect.py
@@ -612,5 +612,5 @@
     return getouterframes(currentframe().f_back, context)
 
 def trace(context=1):
-    """Return a list of records for the stack below the current exception.""" 
+    """Return a list of records for the stack below the current exception."""
     return getinnerframes(sys.exc_traceback, context)