summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-01-27 14:51:58 -0600
committerMichael Merickel <michael@merickel.org>2015-01-27 14:51:58 -0600
commitc7bf2744f332c0294d8d673d21b56f5edacb2eae (patch)
tree133c92a5469acc1a0ea8fb12d5afee1a35089c0a /docs
parentf5a78b1f3e21de2f77dff11d7c28a9c214e8fb28 (diff)
downloadpyramid-c7bf2744f332c0294d8d673d21b56f5edacb2eae.tar.gz
pyramid-c7bf2744f332c0294d8d673d21b56f5edacb2eae.tar.bz2
pyramid-c7bf2744f332c0294d8d673d21b56f5edacb2eae.zip
fix count
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/commandline.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst
index 3dcb092e2..1fe2d9278 100644
--- a/docs/narr/commandline.rst
+++ b/docs/narr/commandline.rst
@@ -325,7 +325,7 @@ For example:
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