summaryrefslogtreecommitdiff
path: root/docs/narr/hooks.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-09-06 00:20:54 +0000
committerChris McDonough <chrism@agendaless.com>2010-09-06 00:20:54 +0000
commit3b002a7b2515375e283fce953c20be823f24a224 (patch)
treebeac74e71d47ba713fc45b87bc588d1a73e5510e /docs/narr/hooks.rst
parenteb7ea411bfce55085449b79ac88aac19af0e232f (diff)
downloadpyramid-3b002a7b2515375e283fce953c20be823f24a224.tar.gz
pyramid-3b002a7b2515375e283fce953c20be823f24a224.tar.bz2
pyramid-3b002a7b2515375e283fce953c20be823f24a224.zip
renderings
Diffstat (limited to 'docs/narr/hooks.rst')
-rw-r--r--docs/narr/hooks.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index b774c2012..b00fc6727 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -352,7 +352,7 @@ The class (aka "factory") that :mod:`repoze.bfg` uses to create a
request object instance can be changed by passing a
``request_factory`` argument to the constructor of the
:term:`configurator`. This argument can be either a callable or a
-:term:`Python dotted name` representing a callable.
+:term:`dotted Python name` representing a callable.
.. code-block:: python
:linenos:
@@ -413,7 +413,7 @@ renderer.
A callback that :mod:`repoze.bfg` will call every time a renderer is
invoked can be added by passing a ``renderer_globals_factory``
argument to the constructor of the :term:`configurator`. This
-callback can either be a callable object or a :term:`Python dotted
+callback can either be a callable object or a :term:`dotted Python
name` representing such a callable.
.. code-block:: python