Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5363b7

Browse files
author
Michael W. Hudson
committed
....
1 parent ce00b73 commit e5363b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,5 +627,5 @@ def _pickle_statvfs_result(sr):
627627
try:
628628
_copy_reg.pickle(statvfs_result, _pickle_statvfs_result,
629629
_make_statvfs_result)
630-
except NameError: # stat_result may not exist
630+
except NameError: # statvfs_result may not exist
631631
pass

0 commit comments

Comments
 (0)