diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-14 07:39:28 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-14 07:39:28 +0000 |
| commit | c8503f330304bb58f597547d36b7ffa7957266c2 (patch) | |
| tree | a909e3749d1854cbef53dc0879cc875cbfd4ee27 /docs/tutorials/cmf | |
| parent | 1c163c0258daddbb4c584d34fdb3b91b797fd10d (diff) | |
| download | pyramid-c8503f330304bb58f597547d36b7ffa7957266c2.tar.gz pyramid-c8503f330304bb58f597547d36b7ffa7957266c2.tar.bz2 pyramid-c8503f330304bb58f597547d36b7ffa7957266c2.zip | |
Spellcheck.
Diffstat (limited to 'docs/tutorials/cmf')
| -rw-r--r-- | docs/tutorials/cmf/workflow.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/cmf/workflow.rst b/docs/tutorials/cmf/workflow.rst index a66d8d78e..ff9527591 100644 --- a/docs/tutorials/cmf/workflow.rst +++ b/docs/tutorials/cmf/workflow.rst @@ -8,7 +8,7 @@ In CMF, the "workflow tool" allows developers to design state machines which imply transition between content states. :mod:`repoze.bfg` itself has no such concept, but the -:term:`repoze.workflow` packge provides a simple state machine +:term:`repoze.workflow` package provides a simple state machine implementation that can act as a barebones workflow tool. See its documentation for more information. |
