]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
trivial change to comment -- sentences start with a capital letter and end with a...
authorczooko <czooko@zooko.com>
Mon, 22 Oct 2007 23:55:20 +0000 (16:55 -0700)
committerczooko <czooko@zooko.com>
Mon, 22 Oct 2007 23:55:20 +0000 (16:55 -0700)
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.

src/allmydata/node.py

index 6b67f8d7d626c5227821258f2bc73afb0b5a99bc..faa1dc8be62a6c8fd1a1b7d8358087d087e3125b 100644 (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)