From 896c7730b3d8bd95b9767866f3e6105b1862b24d Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 6 Feb 2014 15:29:12 -0600 Subject: rst syntax --- pyramid/config/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3