diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-10 21:58:20 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-10 21:58:20 +0200 |
commit | 3350e96da4ab41076b5f1fd7a53076792421536d (patch) | |
tree | c15688159974c0571111708718634e25b2ab7f02 | |
parent | Bump year (diff) | |
download | xpybar-3350e96da4ab41076b5f1fd7a53076792421536d.tar.gz xpybar-3350e96da4ab41076b5f1fd7a53076792421536d.tar.bz2 xpybar-3350e96da4ab41076b5f1fd7a53076792421536d.tar.xz |
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | src/plugins/powersupply.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/powersupply.py b/src/plugins/powersupply.py index e5ced99..6a5ce7a 100644 --- a/src/plugins/powersupply.py +++ b/src/plugins/powersupply.py @@ -58,7 +58,7 @@ class PowerSupply: Constructor @param name:str The name of the power supply, you can find - the with `PowerSupplu.supplies` + the with `PowerSupply.supplies` ''' self.name = name self.path = '/sys/class/power_supply/' + name |