summaryrefslogtreecommitdiff
path: root/Lib/filecmp.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-01-14 23:36:06 +0000
committerTim Peters <tim.peters@gmail.com>2001-01-14 23:36:06 +0000
commit93fd3db8be692fc82200493b56fc8b223f3bb07e (patch)
tree93ac28110c30853822ba273571ccd3874d149904 /Lib/filecmp.py
parente10d75565e88b96e3e46387b605bea95179b791c (diff)
downloadcpython-93fd3db8be692fc82200493b56fc8b223f3bb07e.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/filecmp.py')
-rw-r--r--Lib/filecmp.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/filecmp.py b/Lib/filecmp.py
index eb98a71cc4..ec6e1ffc3e 100644
--- a/Lib/filecmp.py
+++ b/Lib/filecmp.py
@@ -291,9 +291,9 @@ def cmpfiles(a, b, common, shallow=1, use_statcache=0):
# Compare two files.
# Return:
-# 0 for equal
-# 1 for different
-# 2 for funny cases (can't stat, etc.)
+# 0 for equal
+# 1 for different
+# 2 for funny cases (can't stat, etc.)
#
def _cmp(a, b, sh, st):
try: