summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/development/cfg.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/development/cfg.txt b/doc/development/cfg.txt
index 20bd27f57..ba71232e7 100644
--- a/doc/development/cfg.txt
+++ b/doc/development/cfg.txt
@@ -2,9 +2,9 @@
.. _development-cfg:
-=========================
- Cfg Handler Development
-=========================
+=======================
+Cfg Handler Development
+=======================
The :ref:`server-plugins-generators-cfg` plugin offers multiple
handlers to handle different entries in different ways. Writing a new
@@ -15,7 +15,7 @@ Each new Cfg handler must be contained in its own module in
``Bcfg2.Server.Plugins.Cfg``, and the module and class name must be
identical. The name should start with ``Cfg``, and should clearly
indicate which of the handler types it is. A handler class may
-implement more than one handler type.a
+implement more than one handler type.
Cfg Handler Types
=================