From 3bd084579776437e902bdb9122f1535c59ead144 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Thu, 10 Oct 2019 13:37:57 -0500 Subject: [PATCH] Fix spelling in module docs (#764) --- docs/module.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/module.rst b/docs/module.rst index 374924a..debae36 100644 --- a/docs/module.rst +++ b/docs/module.rst @@ -22,7 +22,7 @@ tools for this which make this even easier: See :py:class:`.SettingsBase` for details. - For modules that require credentials, it is recommended to add a keyring_backend setting to allow users to specify their own backends - for retrieving sensitive credentials. + for retrieving sensitive credentials. Required settings and default values are also handled. @@ -68,7 +68,7 @@ Testing changes i3pystatus uses continuous integration (CI) techniques, which means in our case that every patch and every pull request is tested automatically. While Travis is used for automatic building of GitHub -pull requests it is not the authorative CI system (which is `Der Golem +pull requests, it is not the authoritative CI system (which is `Der Golem `_) for the main repository. The ``ci-build.sh`` script needs to run successfully for a patch to be