Merge pull request #1741 from victor-o-silva/patch-1

Fix typo in package i3ipc in requirements list
This commit is contained in:
Nikolai Aleksandrovich Pavlov 2017-03-19 01:07:39 +03:00 committed by GitHub
commit 5a7c3e02ce
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Generic requirements
with bazaar repositories.
* ``pyuv`` python package. Required for :ref:`libuv-based watcher
<config-common-watcher>` to work.
* ``i3-ipc`` python package. Required for i3wm bindings and segments.
* ``i3ipc`` python package. Required for i3wm bindings and segments.
* ``xrandr`` program. Required for the multi-monitor lemonbar binding and the
:py:func:`powerline.listers.i3wm.output_lister`.