diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-24 18:50:30 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-24 18:50:30 -0500 |
| commit | 0cb7acf94d429a6019871308469a98bafecac923 (patch) | |
| tree | 8c0e7adb03f97cc605075ab8e42e3ac17cb1507e | |
| parent | a9f17c8b3a7fc935b70e87f2a1fb8728deb16f85 (diff) | |
| download | pyramid-0cb7acf94d429a6019871308469a98bafecac923.tar.gz pyramid-0cb7acf94d429a6019871308469a98bafecac923.tar.bz2 pyramid-0cb7acf94d429a6019871308469a98bafecac923.zip | |
typo fix
| -rw-r--r-- | CHANGES.txt | 4 |
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. |
