]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorJohannes Gijsbers <jlg@dds.nl>
Mon, 30 Aug 2004 13:39:50 +0000 (13:39 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Mon, 30 Aug 2004 13:39:50 +0000 (13:39 +0000)
Lib/macpath.py

index bca410e285ff4ec9f1e55790dce0a27907c99620..f50f66072d9a4f23d8a6103c93363a4270dadad9 100644 (file)
@@ -150,7 +150,7 @@ def getctime(filename):
     return os.stat(filename).st_ctime
 
 def exists(s):
-    """Test whether a path exists.  Returns False for broken symbolic links"""    
+    """Test whether a path exists.  Returns False for broken symbolic links"""
 
     try:
         st = os.stat(s)