From ddc3bf7c97100198c51003ca56435431a61cb931 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 3 Jan 2011 15:47:25 -0500 Subject: fix rendering --- pyramid/config.py | 4 ++-- 1 file 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 -- cgit v1.2.3