Michael Merickel
2015-01-27 c7bf2744f332c0294d8d673d21b56f5edacb2eae
fix count
1 files modified
2 ■■■ changed files
docs/narr/commandline.rst 2 ●●● patch | view | raw | blame | history
docs/narr/commandline.rst
@@ -325,7 +325,7 @@
   multiview                  /multiview                  app1.standard_views.multiview                 GET,PATCH
   not_post                   /not_post                   app1.standard_views.multview                  !POST,*
``proutes`` generates a table with three columns: *Name*, *Pattern*, *Method*,
``proutes`` generates a table with four columns: *Name*, *Pattern*, *Method*,
and *View*.  The items listed in the
Name column are route names, the items listed in the Pattern column are route
patterns, and the items listed in the View column are representations of the