diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-12 21:08:07 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-12 21:08:07 +0200 |
commit | 6cef4d63a9d3a0238ab3cbb22d2ad8940c4b887f (patch) | |
tree | e38d018b566a6b397397a7e5ee55445e22f9f5d8 /src/plugins/mem.py | |
parent | update todo (diff) | |
download | xpybar-6cef4d63a9d3a0238ab3cbb22d2ad8940c4b887f.tar.gz xpybar-6cef4d63a9d3a0238ab3cbb22d2ad8940c4b887f.tar.bz2 xpybar-6cef4d63a9d3a0238ab3cbb22d2ad8940c4b887f.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/plugins/mem.py')
-rw-r--r-- | src/plugins/mem.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/mem.py b/src/plugins/mem.py index 5239c1d..2234926 100644 --- a/src/plugins/mem.py +++ b/src/plugins/mem.py @@ -82,7 +82,7 @@ class Memory: def __getitem__(self, key): ''' - Lookup a field from '/proc/meminfo' + Look up a field from '/proc/meminfo' @param key:str The field name @return :int The value of the field, without the unit (KB if any) |