summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-01-13 17:37:38 (GMT)
committerTim Peters <tim.peters@gmail.com>2005-01-13 17:37:38 (GMT)
commit608c2fff692e086cd7fc800ea9b8cdd2627f8f5d (patch)
treef208c36905b848031e1576f70826d0863311e2f0 /Lib/idlelib
parentf69d94f6c0263975c2b197a47487472d20a0c92c (diff)
downloadcpython-608c2fff692e086cd7fc800ea9b8cdd2627f8f5d.zip
cpython-608c2fff692e086cd7fc800ea9b8cdd2627f8f5d.tar.gz
cpython-608c2fff692e086cd7fc800ea9b8cdd2627f8f5d.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/configHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py
index d13f1e4..ea913c7 100644
--- a/Lib/idlelib/configHandler.py
+++ b/Lib/idlelib/configHandler.py
@@ -193,7 +193,7 @@ class IdleConf:
"""
Creates (if required) and returns a filesystem directory for storing
user config files.
-
+
"""
cfgDir = '.idlerc'
userDir = os.path.expanduser('~')