From 140cb80ff7be474dcbf5f3db4521ca0ee131ec4e Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Fri, 3 Jul 2020 13:15:57 -0400 Subject: [PATCH] Clarify comment. --- src/allmydata/test/test_humanreadable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/test/test_humanreadable.py b/src/allmydata/test/test_humanreadable.py index 94fe07504..6d90b562e 100644 --- a/src/allmydata/test/test_humanreadable.py +++ b/src/allmydata/test/test_humanreadable.py @@ -12,7 +12,7 @@ from allmydata.util import humanreadable -def foo(): pass # keep the line number constant +def foo(): pass # FYI foo()'s line number is used in the test below class NoArgumentException(Exception):