summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pulsecaster/source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pulsecaster/source.py b/pulsecaster/source.py
index af0cb9b..4837715 100644
--- a/pulsecaster/source.py
+++ b/pulsecaster/source.py
@@ -104,7 +104,7 @@ class PulseCasterSource:
return True
def iec_scale(self, db):
- '''For a given dB value, return the iEC-268-18 standard percentage'''
+ '''For a given dB value, return the iEC-268-18 standard value'''
pct = 0.0
if db < -70.0:
pct = 0.0