diff options
| author | Steve Piercy <web@stevepiercy.com> | 2019-07-27 12:52:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-27 12:52:16 -0700 |
| commit | dbef47bdd0c0f1b719bc442635acb01a66cf8b5f (patch) | |
| tree | 1fd927240df4ddc0918ef3b73fd4fb5cf0c822c6 /docs/narr/commandline.rst | |
| parent | 54150cd4eae17a5d5d77d28db36d2299769c7446 (diff) | |
| parent | 94f7994883832b1823f91aa46bb72960e5c24fe3 (diff) | |
| download | pyramid-dbef47bdd0c0f1b719bc442635acb01a66cf8b5f.tar.gz pyramid-dbef47bdd0c0f1b719bc442635acb01a66cf8b5f.tar.bz2 pyramid-dbef47bdd0c0f1b719bc442635acb01a66cf8b5f.zip | |
Merge pull request #3503 from minho42/Fix-typos
Fix typos
Diffstat (limited to 'docs/narr/commandline.rst')
| -rw-r--r-- | docs/narr/commandline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst index 21b2a0839..0c5189903 100644 --- a/docs/narr/commandline.rst +++ b/docs/narr/commandline.rst @@ -452,7 +452,7 @@ For example: route_and_view_attached / app1.standard_views.route_and_view_attached * method_conflicts /conflicts app1.standard_conflicts <route mismatch> multiview /multiview app1.standard_views.multiview GET,PATCH - not_post /not_post app1.standard_views.multview !POST,* + not_post /not_post app1.standard_views.multiview !POST,* ``proutes`` generates a table with four columns: *Name*, *Pattern*, *View*, and *Method*. The items listed in the Name column are route names, the items |
