Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jun 4, 2016
1 parent 4fce468 commit c1779c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/_psposix.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def disk_usage(path):
percent = usage_percent(used, total, _round=1)
# NB: the percentage is -5% than what shown by df due to
# reserved blocks that we are currently not considering:
# http://goo.gl/sWGbH
# https://github.com/giampaolo/psutil/issues/829#issuecomment-223750462
return sdiskusage(total, used, free, percent)


Expand Down

0 comments on commit c1779c1

Please sign in to comment.