summaryrefslogtreecommitdiffstats
path: root/Lib/os.py
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2002-03-15 10:21:59 (GMT)
committerMichael W. Hudson <mwh@python.net>2002-03-15 10:21:59 (GMT)
commite5363b7de5bb99f5a00d748fa2ca89d631bbf40d (patch)
tree617d9e4f5f679b962d40bdae69f0def78d01df82 /Lib/os.py
parentce00b735cde4e4d0c56e02723fb0b459c403ace3 (diff)
downloadcpython-e5363b7de5bb99f5a00d748fa2ca89d631bbf40d.zip
cpython-e5363b7de5bb99f5a00d748fa2ca89d631bbf40d.tar.gz
cpython-e5363b7de5bb99f5a00d748fa2ca89d631bbf40d.tar.bz2
....
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