diff options
| author | Amos Latteier <amos@latteier.com> | 2013-08-12 16:45:11 -0400 |
|---|---|---|
| committer | Amos Latteier <amos@latteier.com> | 2013-08-12 16:45:11 -0400 |
| commit | 29ab2b964164844daa012c3e80d276f49ccbe217 (patch) | |
| tree | 6c66f71ae7e59b309a48f1a0acdb85de55c6134d /docs/api | |
| parent | 387051c91d5a3844db5fa0938a19c19f5881e056 (diff) | |
| download | pyramid-29ab2b964164844daa012c3e80d276f49ccbe217.tar.gz pyramid-29ab2b964164844daa012c3e80d276f49ccbe217.tar.bz2 pyramid-29ab2b964164844daa012c3e80d276f49ccbe217.zip | |
Minor fixes suggested by @tshepang and @mmerickel thanks!
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/registry.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/api/registry.rst b/docs/api/registry.rst index f96b23b68..42a405a32 100644 --- a/docs/api/registry.rst +++ b/docs/api/registry.rst @@ -31,8 +31,9 @@ .. method:: notify(*events) - Fire one or more event. All event subscribers to the event(s) - will be notified. This method is often accessed as + Fire one or more events. All event subscribers to the event(s) + will be notified. The subscribers will be called synchronously on + the current thread. This method is often accessed as ``request.registry.notify`` in Pyramid applications to fire custom events. See :ref:`custom_events` for more information. |
