Skip to content

Commit

Permalink
Merge branch 'pr/3303'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Jun 15, 2018
2 parents c622cdb + f1b72ca commit ba30154
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -324,3 +324,5 @@ Contributors
- Alex Gaynor, 2018/05/24

- Jason Williams, 2018/06/11

- Benjamin Gmurczyk, 2018/06/14
6 changes: 3 additions & 3 deletions pyramid/config/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ def add_route(self,
request_param
This value can be any string. A view declaration with this
argument ensures that the associated route will only match
when the request has a key in the ``request.params``
This value can be any string or an iterable of strings. A view
declaration with this argument ensures that the associated route will
only match when the request has a key in the ``request.params``
dictionary (an HTTP ``GET`` or ``POST`` variable) that has a
name which matches the supplied value. If the value
supplied as the argument has a ``=`` sign in it,
Expand Down

0 comments on commit ba30154

Please sign in to comment.