trivial change to comment -- sentences start with a capital letter and end with a punctuation mark

I've been volunteering in Irby's first-grade class, and you do NOT get a star
on your Power Sentences worksheet unless you follow this rule.
This commit is contained in:
czooko 2007-10-22 16:55:20 -07:00
parent 3847228444
commit 5f9f54c11c

View File

@ -135,7 +135,7 @@ class Node(service.MultiService):
}
def startService(self):
# note: this class can only be started and stopped once.
# Note: this class can be started and stopped at most once.
self.log("Node.startService")
eventual.eventually(self._startService)