Update configuration.rst

This commit is contained in:
enkore 2015-06-06 00:28:17 +02:00
parent 0eca656b1b
commit 72f7b3acf1

View File

@ -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.