diff options
| -rw-r--r-- | pyramid/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/config.py b/pyramid/config.py index 2a6319d00..ff4cb948a 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -435,8 +435,8 @@ class Configurator(object): immediately if ``autocommit`` is ``True``). .. note:: This method is typically only used by :app:`Pyramid` - framework extension authors, not by :app:`Pyramid` application - developers. + framework extension authors, not by :app:`Pyramid` application + developers. The ``discriminator`` uniquely identifies the action. It must be given, but it can be ``None``, to indicate that the action never |
