From 8c709040181fd2d536ec88bf989dbcf797175d43 Mon Sep 17 00:00:00 2001 From: enkore Date: Sat, 6 Jun 2015 00:16:03 +0200 Subject: [PATCH] Update configuration.rst --- docs/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index be4bcf4..ce6555e 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -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". \ No newline at end of file +i3pystatus will locate and set the credentials during the module loading process. Currently supported credentals are "password", "email" and "username".