summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-05-31 03:15:05 +0000
committerChris McDonough <chrism@agendaless.com>2009-05-31 03:15:05 +0000
commit87cf78d303cd84630fa7cc43c67b0ea5cbf5487e (patch)
tree5cd2f750252e8cbcda172fb37e6315339aaa2e85
parent4936f862588240c51e619a65aa5d574ba29d784b (diff)
downloadpyramid-87cf78d303cd84630fa7cc43c67b0ea5cbf5487e.tar.gz
pyramid-87cf78d303cd84630fa7cc43c67b0ea5cbf5487e.tar.bz2
pyramid-87cf78d303cd84630fa7cc43c67b0ea5cbf5487e.zip
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 04ea3e0aa..69ceac566 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,7 +10,7 @@ Features
``repoze.bfg.interfaces.INotFoundAppFactory`` feature previously
described in the Hooks chapter. The INotFoundView will be called
when the framework detects that a view lookup done as a result of a
- reqest fails; it should accept a context object and a request
+ request fails; it should accept a context object and a request
object; it should return an IResponse object (a webob response,
basically). See the Hooks narrative chapter of the BFG docs for
more info.