diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-30 17:32:10 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-30 17:32:10 -0500 |
| commit | ef7eeefc8aeea42c394152f9dbc80d83bd7df6a0 (patch) | |
| tree | b7e1dde4878332095aeba8bb7524886d3d117bce | |
| parent | 7184d354e8dd029ec1abb55c7daa61ba430b36d7 (diff) | |
| download | pyramid-ef7eeefc8aeea42c394152f9dbc80d83bd7df6a0.tar.gz pyramid-ef7eeefc8aeea42c394152f9dbc80d83bd7df6a0.tar.bz2 pyramid-ef7eeefc8aeea42c394152f9dbc80d83bd7df6a0.zip | |
fix too-long lines
| -rw-r--r-- | pyramid/config.py | 3 |
1 files changed, 1 insertions, 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. |
