summaryrefslogtreecommitdiffstats
path: root/Lib/stat.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/stat.py')
-rw-r--r--Lib/stat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/stat.py b/Lib/stat.py
index 381e28a..5f6f522 100644
--- a/Lib/stat.py
+++ b/Lib/stat.py
@@ -8,7 +8,7 @@
# XXX Strictly spoken, this module may have to be adapted for each POSIX
# implementation; in practice, however, the numeric constants used by
# stat() are almost universal (even for stat() emulations on non-UNIX
-# systems like Macintosh or MS-DOS).
+# systems like MS-DOS).
# Indices for stat struct members in tuple returned by os.stat()