practracker: replaces "overstrict" with "overbroad"

I had the logic reversed here.
This commit is contained in:
Nick Mathewson
2019-08-01 09:35:33 -04:00
parent 3221dc1b32
commit 19536fd18d
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class ProblemVault(object):
return status
def list_overstrict_exceptions(self):
def list_overbroad_exceptions(self):
"""Return an iterator of tuples containing (ex,prob) where ex is an
exceptions in this vault that are stricter than it needs to be, and
prob is the worst problem (if any) that it covered.