diff options
| author | Carlos de la Guardia <cguardia@yahoo.com> | 2011-06-21 18:07:25 -0700 |
|---|---|---|
| committer | Carlos de la Guardia <cguardia@yahoo.com> | 2011-06-21 18:07:25 -0700 |
| commit | 40369d7f54adb84aa7c4e56498b18b6dda75938a (patch) | |
| tree | 00506efd6c0710cd2d2dda8f7c47c3f3bbc6a3e9 /docs/whatsnew-1.1.rst | |
| parent | fc950d607e942dd6ae755354a8ac0d30040a5848 (diff) | |
| download | pyramid-40369d7f54adb84aa7c4e56498b18b6dda75938a.tar.gz pyramid-40369d7f54adb84aa7c4e56498b18b6dda75938a.tar.bz2 pyramid-40369d7f54adb84aa7c4e56498b18b6dda75938a.zip | |
fix typo
Diffstat (limited to 'docs/whatsnew-1.1.rst')
| -rw-r--r-- | docs/whatsnew-1.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst index 7c2aad821..cf8086fbe 100644 --- a/docs/whatsnew-1.1.rst +++ b/docs/whatsnew-1.1.rst @@ -241,7 +241,7 @@ Deprecations and Behavior Differences spelled:: config.add_route('home', '/') - config.add_view('mypackage.views.myview', route_name='home') + config.add_view('mypackage.views.myview', route_name='home', renderer='some/renderer.pt') This deprecation was done to reduce confusion observed in IRC, as well as |
