summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLawouach <sh@defuze.org>2014-05-01 16:59:25 +0200
committerLawouach <sh@defuze.org>2014-05-01 16:59:25 +0200
commit89b3370cd9ce1753f94a93f493a6c1ecb2b5b0af (patch)
tree5c8a80ce077ae8115d35b021e19cffd7f5ad73fa
parent851c948df00d827f97835eade6b9017c08d3e8a6 (diff)
downloadcherrypy-89b3370cd9ce1753f94a93f493a6c1ecb2b5b0af.tar.gz
typo
-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