Update configuration.rst

This commit is contained in:
enkore 2015-06-06 00:26:15 +02:00
parent 45f755d4bb
commit 508b5a7ada

View File

@ -3,7 +3,7 @@ Configuration
The config file is a normal Python script. The status bar is controlled by a central
status object, which individual *modules* like a clock or a battery monitor are added to
with the :py:`register` method.
with the ``register`` method.
A typical configuration file could look like this (note the additional
dependencies from :py:mod:`.network` and :py:mod:`.pulseaudio` in this