diff options
author | bbangert <none@none> | 2005-11-16 17:37:34 -0800 |
---|---|---|
committer | bbangert <none@none> | 2005-11-16 17:37:34 -0800 |
commit | 38365fc0007df1ea07c9accea5a6fb94899bcd81 (patch) | |
tree | c3ae4d7d56817bff51074b9d00ae712ea661fe2b /routes/__init__.py | |
parent | 186f03435bae9cc5a3a269d4d81cde0eab13064d (diff) | |
download | routes-38365fc0007df1ea07c9accea5a6fb94899bcd81.tar.gz |
[svn] More docs... getting there
--HG--
branch : trunk
Diffstat (limited to 'routes/__init__.py')
-rw-r--r-- | routes/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/__init__.py b/routes/__init__.py index 8796ca1..ac5010b 100644 --- a/routes/__init__.py +++ b/routes/__init__.py @@ -26,7 +26,7 @@ def request_config(): """ Returns the Routes RequestConfig object. - This object is a thread-local singleton that should be initialized by + The Routes RequestConfig object is a thread-local singleton that should be initialized by the web framework that is utilizing Routes. To get the Routes RequestConfig: |