diff options
author | Alfredo Deza <alfredodeza@gmail.com> | 2010-12-09 17:09:48 -0500 |
---|---|---|
committer | Alfredo Deza <alfredodeza@gmail.com> | 2010-12-09 17:09:48 -0500 |
commit | 1e1e0dcabf7983170a595dc62ce7cfd6a3300753 (patch) | |
tree | 4e3dc842324ced87105bc842ad7b0ad14aacd7e8 /docs | |
parent | fc4fa1d549f2bccfd46aeb78522cb5b9726a978a (diff) | |
download | pecan-1e1e0dcabf7983170a595dc62ce7cfd6a3300753.tar.gz |
fixed typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/0.0.1/source/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/0.0.1/source/configuration.rst b/docs/0.0.1/source/configuration.rst index 3464c92..b0eb7ae 100644 --- a/docs/0.0.1/source/configuration.rst +++ b/docs/0.0.1/source/configuration.rst @@ -2,7 +2,7 @@ Configuration ============= -Pecan is very easy to configured. As long as you follow certain conventions; +Pecan is very easy to configure. As long as you follow certain conventions; using, setting and dealing with configuration should be very intuitive. Python files is what the framework uses to get the values from configuration |