From 6067de3ec37e647e1be12f91151faa23d76ab7d4 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 7 Nov 2010 23:45:27 -0500 Subject: - All references to events by interface (e.g. ``pyramid.interfaces.INewRequest``) have been changed to reference their concrete classes (e.g. ``pyramid.events.NewRequest``) in documentation about making subscriptions. --- docs/narr/startup.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/narr/startup.rst') diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst index 53cbcd95c..7c4ee0897 100644 --- a/docs/narr/startup.rst +++ b/docs/narr/startup.rst @@ -121,9 +121,8 @@ press ``return`` after running ``paster serve development.ini``. configurator previously populated by other methods run against the Configurator. The router is a WSGI application. -#. A :class:`pyramid.interfaces.IApplicationCreated` event is - emitted (see :ref:`events_chapter` for more information about - events). +#. A :class:`pyramid.events.ApplicationCreated` event is emitted (see + :ref:`events_chapter` for more information about events). #. Assuming there were no errors, the ``app`` function in ``myproject`` returns the router instance created by ``make_wsgi_app`` back to -- cgit v1.2.3