Skip to content

Commit

Permalink
minor text correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Joseph Walsh committed Oct 25, 2011
1 parent 1e0e0ce commit 266633e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intellect/examples/rulesfest/BlackSheep.py
Expand Up @@ -67,7 +67,7 @@ def __init__(self):
BlackSheep.number = BlackSheep.number + 1
self.name = "Sheep {0}".format(BlackSheep.number)

logging.getLogger("example").debug("Creating sheep #{0}.".format(self.name))
logging.getLogger("example").debug("Creating #{0}.".format(self.name))

self.lock = Lock()
thread.start_new_thread(grow_wool, (self,))
Expand Down

0 comments on commit 266633e

Please sign in to comment.