diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-03 15:47:25 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-03 15:47:25 -0500 |
| commit | ddc3bf7c97100198c51003ca56435431a61cb931 (patch) | |
| tree | abf5ac160ae4a8ef9b94f4306769dfb1f03f6a24 | |
| parent | ed7a965859b54703efa05ea5ebd4ab255c498244 (diff) | |
| download | pyramid-ddc3bf7c97100198c51003ca56435431a61cb931.tar.gz pyramid-ddc3bf7c97100198c51003ca56435431a61cb931.tar.bz2 pyramid-ddc3bf7c97100198c51003ca56435431a61cb931.zip | |
fix rendering
| -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 |
