disk module: corrected doc string

This commit is contained in:
Maximiliano 2015-12-22 17:14:38 +01:00
parent 378d913caf
commit 47f1f72c5c

View File

@ -6,7 +6,7 @@ from .core.util import round_dict
class Disk(IntervalModule): class Disk(IntervalModule):
""" """
Gets ``{used}``, ``{free}``, ``{available}`` and ``{total}`` amount of bytes on the given mounted filesystem. Gets ``{used}``, ``{free}``, ``{avail}`` and ``{total}`` amount of bytes on the given mounted filesystem.
These values can also be expressed as percentages with the ``{percentage_used}``, ``{percentage_free}`` These values can also be expressed as percentages with the ``{percentage_used}``, ``{percentage_free}``
and ``{percentage_avail}`` formats. and ``{percentage_avail}`` formats.