diff options
author | Johannes Gijsbers <jlg@dds.nl> | 2004-08-30 13:39:50 (GMT) |
---|---|---|
committer | Johannes Gijsbers <jlg@dds.nl> | 2004-08-30 13:39:50 (GMT) |
commit | d2a1aa4b1e6f8d152799737ae0b7c6cb1a213bbe (patch) | |
tree | a6e91afcddb48faae0d00741d772cb7c0826947c /Lib | |
parent | 4a9faa1ea077c0cf054d0d2ee1dc889b2972a63b (diff) | |
download | cpython-d2a1aa4b1e6f8d152799737ae0b7c6cb1a213bbe.zip cpython-d2a1aa4b1e6f8d152799737ae0b7c6cb1a213bbe.tar.gz cpython-d2a1aa4b1e6f8d152799737ae0b7c6cb1a213bbe.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/macpath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/macpath.py b/Lib/macpath.py index bca410e..f50f660 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) |