diff options
Diffstat (limited to 'docs/narr/events.rst')
| -rw-r--r-- | docs/narr/events.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/events.rst b/docs/narr/events.rst index 7f78139bb..6b46cfd9c 100644 --- a/docs/narr/events.rst +++ b/docs/narr/events.rst @@ -58,7 +58,8 @@ need to use ZCML for the same purpose: The first argument to :meth:`repoze.bfg.configuration.Configurator.add_subscriber` is the - subscriber function; the second argument is the event type. + subscriber function (or a :term:`Python dotted name` which refers + to a subscriber callable); the second argument is the event type. .. topic:: Configuring an Event Listener Through ZCML |
