Carlos de la Guardia
2011-06-22 40369d7f54adb84aa7c4e56498b18b6dda75938a
fix typo
1 files modified
2 ■■■ changed files
docs/whatsnew-1.1.rst 2 ●●● patch | view | raw | blame | history
docs/whatsnew-1.1.rst
@@ -241,7 +241,7 @@
  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