more precise wording, typos

Change-Id: I6ca052fa512b5864b1ce29a22808a432c6f527db
This commit is contained in:
2021-10-06 09:07:55 +02:00
parent 09056ea87e
commit 5b7f4604ad
2 changed files with 4 additions and 4 deletions

View File

@ -154,7 +154,7 @@ class HasProgressCheck:
def check_progress(self, value, target):
"""called from read_status
indented to be also be used for alterative implementations of read_status
intended to be also be used for alternative implementations of read_status
"""
base = max(abs(target), abs(value))
tol = base * self.relative_tolerance + self.tolerance