From ef7eeefc8aeea42c394152f9dbc80d83bd7df6a0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 30 Jan 2011 17:32:10 -0500 Subject: fix too-long lines --- pyramid/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyramid/config.py b/pyramid/config.py index b52143cb3..acf023095 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -2330,8 +2330,7 @@ class Configurator(object): expected event notifications. This method is useful when testing code that wants to call :meth:`pyramid.registry.Registry.notify`, - :func:`zope.component.event.dispatch` or - :func:`zope.component.event.objectEventNotify`. + or :func:`zope.component.event.dispatch`. The default value of ``event_iface`` (``None``) implies a subscriber registered for *any* kind of event. -- cgit v1.2.3