summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 547a7254a..3c6b8e010 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,8 +10,8 @@ Features
templates now use idiomatic SQLAlchemy configuration in their respective
``.ini`` files and Python code.
-- ``pyramid.testig.DummyRequest`` now has a class variable, ``query_string``,
- which defaults to the empty string.
+- ``pyramid.testing.DummyRequest`` now has a class variable,
+ ``query_string``, which defaults to the empty string.
- Add support for json on GAE by catching NotImplementedError and importing
simplejson from django.utils.