Clarify comment.

This commit is contained in:
Itamar Turner-Trauring 2020-07-03 13:15:57 -04:00
parent 83182e1d38
commit 140cb80ff7

View File

@ -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):