summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Deza <alfredodeza@gmail.com>2010-12-09 19:24:27 -0500
committerAlfredo Deza <alfredodeza@gmail.com>2010-12-09 19:24:27 -0500
commitce5cb0ffdeb9748103aaf1c18e2e37a5df3a169a (patch)
tree903528c145d276ba857ae957b47f9c5d17884866
parent8e2e631b32fa06183653049a63bbab606e4edee2 (diff)
downloadpecan-ce5cb0ffdeb9748103aaf1c18e2e37a5df3a169a.tar.gz
wording change in No Configuration section
-rw-r--r--docs/0.0.1/source/configuration.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/0.0.1/source/configuration.rst b/docs/0.0.1/source/configuration.rst
index 0244495..abcee42 100644
--- a/docs/0.0.1/source/configuration.rst
+++ b/docs/0.0.1/source/configuration.rst
@@ -16,9 +16,9 @@ configuration file as dictionaries.
No Configuration
----------------
What happens when no configuration is passed? Or if you are missing some values?
-Pecan fills in anything that you might have left behind. This includes either
-**app** or **server** completely and even if you left out specifics about them,
-like the port number the server should be running on.
+Pecan fills in anything that you might have left behind, like specific values or
+even if you leave them out completely. This includes
+**app** and **server** but will not, however, include any custom configurations.
Defaults
--------