summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-26 22:50:13 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-06 19:27:09 +0200
commit5a20a11be7971e2d4676a7edd46fa1789525d232 (patch)
treec4c5eab2926a0e3c406fb7942e01e5cf9cebc9ca /docs
parent5d3e517aab23d7d40c6ee147ad0395855e337451 (diff)
downloadpyramid-5a20a11be7971e2d4676a7edd46fa1789525d232.tar.gz
pyramid-5a20a11be7971e2d4676a7edd46fa1789525d232.tar.bz2
pyramid-5a20a11be7971e2d4676a7edd46fa1789525d232.zip
brevity
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/commandline.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst
index 8ad153187..c7aed595f 100644
--- a/docs/narr/commandline.rst
+++ b/docs/narr/commandline.rst
@@ -320,8 +320,8 @@ For example:
static/ static/*subpath <static_view object>
catchall /*subpath <function static_view>
-``proutes`` generates a table. The table has three columns: a Name
-column, a Pattern column, and a View column. The items listed in the
+``proutes`` generates a table with three columns: *Name*, *Pattern*,
+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
view callable that will be invoked when a request matches the associated