From: czooko Date: Mon, 22 Oct 2007 23:55:20 +0000 (-0700) Subject: trivial change to comment -- sentences start with a capital letter and end with a... X-Git-Url: https://git.rkrishnan.org/simplejson/decoder.py.html?a=commitdiff_plain;h=5f9f54c11c781f103166b0f870e4d18fa123ffb0;p=tahoe-lafs%2Ftahoe-lafs.git 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. --- diff --git a/src/allmydata/node.py b/src/allmydata/node.py index 6b67f8d7..faa1dc8b 100644 --- a/src/allmydata/node.py +++ b/src/allmydata/node.py @@ -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)