From 017decd6fb8288ec498a4ab32be2273699c7cdaf Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 30 Mar 2015 09:10:34 -0400 Subject: Fix some typos. --- src/mailman/interfaces/workflow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mailman/interfaces/workflow.py') diff --git a/src/mailman/interfaces/workflow.py b/src/mailman/interfaces/workflow.py index b5aeec093..49fbc85d4 100644 --- a/src/mailman/interfaces/workflow.py +++ b/src/mailman/interfaces/workflow.py @@ -36,7 +36,7 @@ class IWorkflowState(Interface): step = Attribute("This workflow's next step.") - data = Attribute('Additional data (may be JSON-encodedeJSON .') + data = Attribute('Additional data (may be JSON-encoded).') @@ -44,7 +44,7 @@ class IWorkflowStateManager(Interface): """The workflow states manager.""" def save(name, key, step, data=None): - """Save the state of a workflow + """Save the state of a workflow. :param name: The name of the workflow. :type name: str -- cgit v1.2.3-70-g09d2