summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/os.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/os.py b/Lib/os.py
index 9d9e059f79..4520b4f371 100644
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -627,5 +627,5 @@ def _pickle_statvfs_result(sr):
try:
_copy_reg.pickle(statvfs_result, _pickle_statvfs_result,
_make_statvfs_result)
-except NameError: # stat_result may not exist
+except NameError: # statvfs_result may not exist
pass