From 72f7b3acf127c9698d316f029e9e8832a5fb1c50 Mon Sep 17 00:00:00 2001 From: enkore Date: Sat, 6 Jun 2015 00:28:17 +0200 Subject: [PATCH] Update configuration.rst --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 77023f0..966c959 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -1,7 +1,7 @@ Configuration ============= -The config file is a normal Python script. The status bar is controlled by a central +The configuration file is a normal Python script. The status bar is controlled by a central status object, which individual *modules* like a :py:mod:`.clock` or a :py:mod:`.battery` monitor are added to with the ``register`` method.