summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-24 18:50:30 -0500
committerChris McDonough <chrism@plope.com>2010-11-24 18:50:30 -0500
commit0cb7acf94d429a6019871308469a98bafecac923 (patch)
tree8c0e7adb03f97cc605075ab8e42e3ac17cb1507e
parenta9f17c8b3a7fc935b70e87f2a1fb8728deb16f85 (diff)
downloadpyramid-0cb7acf94d429a6019871308469a98bafecac923.tar.gz
pyramid-0cb7acf94d429a6019871308469a98bafecac923.tar.bz2
pyramid-0cb7acf94d429a6019871308469a98bafecac923.zip
typo fix
-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.