From a0635d41cbbc4df147f61e35aae017fa7fc629c2 Mon Sep 17 00:00:00 2001 From: Niall O'Higgins Date: Thu, 30 Jun 2011 16:07:14 -0700 Subject: Zap word "either" describing request_method. By my reading, the word "either" implies there is an alternative to one of the listed strings (perhaps that you can pass some other kind of value such as a sequence of allowed request methods - which is not the case). --- pyramid/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3