From 47f1f72c5cbbd7a5d461ab443b21784fc13249c7 Mon Sep 17 00:00:00 2001 From: Maximiliano Date: Tue, 22 Dec 2015 17:14:38 +0100 Subject: [PATCH] disk module: corrected doc string --- i3pystatus/disk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/disk.py b/i3pystatus/disk.py index b67d176..e2b37b1 100644 --- a/i3pystatus/disk.py +++ b/i3pystatus/disk.py @@ -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.