summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sphinx/source/config.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/source/config.rst b/sphinx/source/config.rst
index 7748ddf1..a4eb3acc 100644
--- a/sphinx/source/config.rst
+++ b/sphinx/source/config.rst
@@ -1,7 +1,7 @@
.. _configindepth:
-Configuration
--------------
+Configure
+---------
Configuration in CherryPy is implemented via dictionaries. Keys are strings
which name the mapped value; values may be of any type.
@@ -14,7 +14,7 @@ simply import those objects and see what ``help(obj)`` tells you.
.. note::
If you are new to CherryPy, please refer first to the simpler
- :ref:`basic config <config>` section.
+ :ref:`basic config <config>` section first.
.. contents::
:depth: 3