Update configuration.rst

This commit is contained in:
enkore 2015-06-06 00:16:03 +02:00
parent f5b52729c1
commit 8c70904018

View File

@ -4,7 +4,7 @@ Configuration
The config file is just a normal Python script.
A simple configuration file could look like this (note the additional
dependencies from :py:mod:`.network`, :py:mod:`.wireless` and :py:mod:`.pulseaudio` in this
dependencies from :py:mod:`.network` and :py:mod:`.pulseaudio` in this
example):
::
@ -141,4 +141,4 @@ If you don't want to use the default you can set a specific keyring like so:
status.register('github', keyring_backend=PlaintextKeyring())
i3pystatus will locate and set the credentials during the module loading process. Currently supported credentals are "password", "email" and "username".
i3pystatus will locate and set the credentials during the module loading process. Currently supported credentals are "password", "email" and "username".