summaryrefslogtreecommitdiffstats
path: root/Lib/os.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/os.py')
-rw-r--r--Lib/os.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/os.py b/Lib/os.py
index 9d9e059..4520b4f 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