summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/request.py2
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):