Minor change

This commit is contained in:
Roland Hedberg
2011-03-31 12:43:01 +02:00
parent ea8cf6dbcb
commit 723a59be3b

View File

@@ -49,14 +49,14 @@ I'll go through these step by step.
The application
---------------
Build to use the wsgiref's simple_server, which is find for testing but
Build to use the wsgiref's simple_server, which is fine for testing but
not for production.
SP configuration
----------------
The configuration is written as a Python dictionary. It means among other
The configuration is written as described in config_. It means among other
things that it's easily testable as to the correct syntax.
You can see the whole file in example/sp/sp_conf.py, here I will go through