diff options
Diffstat (limited to 'docs/tutorials/cmf/actions.rst')
| -rw-r--r-- | docs/tutorials/cmf/actions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/cmf/actions.rst b/docs/tutorials/cmf/actions.rst index 0de6d580d..8af8e5fd4 100644 --- a/docs/tutorials/cmf/actions.rst +++ b/docs/tutorials/cmf/actions.rst @@ -8,7 +8,7 @@ In CMF, the "actions tool" along with "action providers" create an extensible mechanism to show links in the CMF management UI that invoke a particular behavior or which show a particular template. -:mod:`pyramid` itself has no such concept, and no package provides +:app:`Pyramid` itself has no such concept, and no package provides a direct replacement. Actions are such a generic concept that it's simple to reimplement action-like navigation in a different way within any given application. For example, a module-scope global dictionary |
