Another wording fix.

This commit is contained in:
Joshua Harlow
2013-05-17 00:05:33 -06:00
parent 3cfa52e0a3
commit 4c4c6809aa

View File

@@ -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()