nikademus79 / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

Error in example psutil.get_partitions() #187

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The project home page http://code.google.com/p/psutil/ has an erroneous example:

  psutil.get_partitions()

This should be:

  psutil.disk_partitions()

Original issue reported on code.google.com by tiran79 on 13 Jul 2011 at 1:46

GoogleCodeExporter commented 8 years ago
Fixed, thanks.

Original comment by g.rodola on 13 Jul 2011 at 1:49

GoogleCodeExporter commented 8 years ago

Original comment by g.rodola on 14 Jul 2011 at 9:22