summaryrefslogtreecommitdiffstats
path: root/py3status/modules/mpd_status.py
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2015-03-27 19:01:28 +0100
committerUltrabug <ultrabug@gentoo.org>2015-03-27 19:01:28 +0100
commitbf1d875da988b53059212b178358899582ac4526 (patch)
tree7567b6e982b3b52710034d7aa8ba9ef8cf819db4 /py3status/modules/mpd_status.py
parent1185f88122f1d72a4c595db215654f446c8b9c80 (diff)
QA on all modules docstrings for a clean CLI parsing
Diffstat (limited to 'py3status/modules/mpd_status.py')
-rw-r--r--py3status/modules/mpd_status.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/py3status/modules/mpd_status.py b/py3status/modules/mpd_status.py
index 10f3c99..a30830e 100644
--- a/py3status/modules/mpd_status.py
+++ b/py3status/modules/mpd_status.py
@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
"""
-Mpd - module to show information from mpd in your i3bar.
-Reequires
+Display information from mpd.
+
+Requires:
- python-mpd2 (NOT python2-mpd2)
# pip install python-mpd2