summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/linecache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/linecache.py b/Lib/linecache.py
index 56b686e..1b70c7c 100644
--- a/Lib/linecache.py
+++ b/Lib/linecache.py
@@ -8,7 +8,7 @@ that name.
import sys
import os
-__all__ = ["getline","clearcache","checkcache"]
+__all__ = ["getline", "clearcache", "checkcache"]
def getline(filename, lineno):
lines = getlines(filename)