diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-23 13:23:30 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-23 13:23:30 -0500 |
| commit | e277fcab04fd28fd3d44bff3550f8fe49bf6579f (patch) | |
| tree | 415886dffb4cf5c59a1ea59787da2a93d8436c0f | |
| parent | 877904ac1b192191b0bdac4f7e4e1cd6d5f27884 (diff) | |
| download | pyramid-e277fcab04fd28fd3d44bff3550f8fe49bf6579f.tar.gz pyramid-e277fcab04fd28fd3d44bff3550f8fe49bf6579f.tar.bz2 pyramid-e277fcab04fd28fd3d44bff3550f8fe49bf6579f.zip | |
chapter was renamed
| -rw-r--r-- | pyramid/request.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/request.py b/pyramid/request.py index 621cbe484..02fbb1b53 100644 --- a/pyramid/request.py +++ b/pyramid/request.py @@ -164,7 +164,7 @@ class Request(WebobRequest): if factory is None: raise ConfigurationError( 'No session factory registered ' - '(see the Session Objects chapter of the documentation)') + '(see the Sessions chapter of the Pyramid documentation)') return factory(self) def route_url(self, route_name, *elements, **kw): |
