projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3847228
)
trivial change to comment -- sentences start with a capital letter and end with a...
author
czooko
<czooko@zooko.com>
Mon, 22 Oct 2007 23:55:20 +0000
(16:55 -0700)
committer
czooko
<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
patch
|
blob
|
history
diff --git
a/src/allmydata/node.py
b/src/allmydata/node.py
index 6b67f8d7d626c5227821258f2bc73afb0b5a99bc..faa1dc8be62a6c8fd1a1b7d8358087d087e3125b 100644
(file)
--- 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)