- Capitals are nicer where appropriate.

This commit is contained in:
ccremers
2006-08-09 12:11:55 +00:00
parent 663aa10dc7
commit 67ad867232
2 changed files with 4 additions and 4 deletions

View File

@@ -68,8 +68,8 @@ class Claim(object):
# attacks...
self.okay = (not self.okay)
def stateName(self,count=1):
return stateDescription(self.state,count)
def stateName(self,count=1,caps=False):
return stateDescription(self.state,count,caps)
def __str__(self):
s = "claim id [%s]" % (self.id)