Merge pull request #290 from mxlian/master

disk module: corrected doc string
This commit is contained in:
enkore 2015-12-22 17:26:20 +01:00
commit 79c773184a

View File

@ -6,7 +6,7 @@ from .core.util import round_dict
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}``
and ``{percentage_avail}`` formats.