From b1e12c1b21ea4db1b79526e8e4c902a185ce4c6a Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Wed, 16 Mar 2011 01:20:09 -0400 Subject: Make docstring more accurate --- pulsecaster/source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit