From: Johannes Gijsbers Date: Mon, 30 Aug 2004 13:39:50 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.4a3~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2a1aa4b1e6f8d152799737ae0b7c6cb1a213bbe;p=python Whitespace normalization. --- diff --git a/Lib/macpath.py b/Lib/macpath.py index bca410e285..f50f66072d 100644 --- a/Lib/macpath.py +++ b/Lib/macpath.py @@ -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)