From 4921a9f2430f48cbb004b956b40bb08675855fe3 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 5 Jan 2009 17:53:42 -0700 Subject: [PATCH] trivial: fix inline comment in test code --- src/allmydata/test/test_encode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/test/test_encode.py b/src/allmydata/test/test_encode.py index d3e4ca93..39e0adae 100644 --- a/src/allmydata/test/test_encode.py +++ b/src/allmydata/test/test_encode.py @@ -729,7 +729,7 @@ class Roundtrip(unittest.TestCase, testutil.ShouldFailMixin): return d def test_bad_sharehashes_failure(self): - # the first 7 servers have bad block hashes, so the sharehash tree + # all ten servers have bad share hashes, so the sharehash tree # will not validate, and the download will fail modemap = dict([(i, "bad sharehash") for i in range(10)]) -- 2.45.2