diff options
Diffstat (limited to 'resources/libraries/python/search/ReceiveRateInterval.py')
-rw-r--r-- | resources/libraries/python/search/ReceiveRateInterval.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/python/search/ReceiveRateInterval.py b/resources/libraries/python/search/ReceiveRateInterval.py index 11f812d886..05e0f10013 100644 --- a/resources/libraries/python/search/ReceiveRateInterval.py +++ b/resources/libraries/python/search/ReceiveRateInterval.py @@ -15,7 +15,7 @@ import math -from .ReceiveRateMeasurement import ReceiveRateMeasurement +from ReceiveRateMeasurement import ReceiveRateMeasurement class ReceiveRateInterval(object): @@ -43,7 +43,7 @@ class ReceiveRateInterval(object): self.abs_tr_width = None """Absolute width of target transmit rate. Upper minus lower.""" self.rel_tr_width = None - """Relative width of target transmit rate. Ansolute divided by upper.""" + """Relative width of target transmit rate. Absolute divided by upper.""" self.sort() def sort(self): |