From 4c4c6809aae5e9bb41e4a324b59283ac264f26d6 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 17 May 2013 00:05:33 -0600 Subject: [PATCH] Another wording fix. --- taskflow/job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskflow/job.py b/taskflow/job.py index 7dcaa2a0..828797ee 100644 --- a/taskflow/job.py +++ b/taskflow/job.py @@ -41,7 +41,7 @@ class Claimer(object): def unclaim(self, job, owner): """This method will attempt to unclaim said job and must either succeed at this or throw an exception signaling the job can not - be claimed.""" + be unclaimed.""" raise NotImplementedError()