From 5f9f54c11c781f103166b0f870e4d18fa123ffb0 Mon Sep 17 00:00:00 2001 From: czooko Date: Mon, 22 Oct 2007 16:55:20 -0700 Subject: [PATCH] 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. --- src/allmydata/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.2