diff -r 10eaab5887cd Lib/shutil.py --- a/Lib/shutil.py Mon Apr 23 14:25:19 2012 +0800 +++ b/Lib/shutil.py Mon Apr 23 18:24:58 2012 +0800 @@ -822,7 +822,7 @@ def disk_usage(path): """Return disk usage statistics about the given path. - Returned valus is a named tuple with attributes 'total', 'used' and + Returned value is a named tuple with attributes 'total', 'used' and 'free', which are the amount of total, used and free space, in bytes. """ st = os.statvfs(path)