diff options
| -rw-r--r-- | pyramid/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/config.py b/pyramid/config.py index 3681e48ee..d27d35464 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -1157,7 +1157,7 @@ class Configurator(object): request_method - This value can either be one of the strings ``GET``, + This value can be one of the strings ``GET``, ``POST``, ``PUT``, ``DELETE``, or ``HEAD`` representing an HTTP ``REQUEST_METHOD``. A view declaration with this argument ensures that the view will only be called when the |
