summaryrefslogtreecommitdiff
path: root/docs/tutorials/cmf/workflow.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/cmf/workflow.rst')
-rw-r--r--docs/tutorials/cmf/workflow.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/cmf/workflow.rst b/docs/tutorials/cmf/workflow.rst
index 35cf552d2..cc70d771a 100644
--- a/docs/tutorials/cmf/workflow.rst
+++ b/docs/tutorials/cmf/workflow.rst
@@ -7,7 +7,7 @@ Workflow
In CMF, the "workflow tool" allows developers to design state machines
which imply transition between content states.
-:mod:`pyramid` itself has no such concept, but the
+:app:`Pyramid` itself has no such concept, but the
:term:`repoze.workflow` package provides a simple state machine
implementation that can act as a barebones workflow tool. See its
documentation for more information.