diff options
| -rw-r--r-- | pyramid/config/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/config/views.py b/pyramid/config/views.py index 72dc3f414..cdad7e85e 100644 --- a/pyramid/config/views.py +++ b/pyramid/config/views.py @@ -916,7 +916,7 @@ class ViewsConfiguratorMixin(object): A view declaration with this argument ensures that the view will only be called when the :term:`request` has key/value pairs in its :term:`matchdict` that equal those supplied in the predicate. - e.g. ``match_param="action=edit" would require the ``action`` + e.g. ``match_param="action=edit"`` would require the ``action`` parameter in the :term:`matchdict` match the right hand side of the expression (``edit``) for the view to "match" the current request. |
