From fd5ae92bd218b72a7a923e406eee023afe024dc0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 9 Nov 2010 03:54:45 -0500 Subject: - All references to Pyramid-the-application were changed from :mod:`pyramid` to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal) --- docs/zcml/subscriber.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/zcml/subscriber.rst') diff --git a/docs/zcml/subscriber.rst b/docs/zcml/subscriber.rst index c04aecff2..d584f1e02 100644 --- a/docs/zcml/subscriber.rst +++ b/docs/zcml/subscriber.rst @@ -4,7 +4,7 @@ -------------- The ``subscriber`` ZCML directive configures an :term:`subscriber` -callable to listen for events broadcast by the :mod:`pyramid` web +callable to listen for events broadcast by the :app:`Pyramid` web framework. Attributes -- cgit v1.2.3