summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2011-03-16 01:20:09 -0400
committerPaul W. Frields <stickster@gmail.com>2011-03-16 01:20:09 -0400
commitb1e12c1b21ea4db1b79526e8e4c902a185ce4c6a (patch)
tree588d5f3c2291d72ecc8f631757b1c8e3a3f1ba9c
parent1c922b2aa9195607cf3a818ce02b18268ae701d0 (diff)
downloadpulsecaster-b1e12c1b21ea4db1b79526e8e4c902a185ce4c6a.tar.gz
pulsecaster-b1e12c1b21ea4db1b79526e8e4c902a185ce4c6a.tar.xz
pulsecaster-b1e12c1b21ea4db1b79526e8e4c902a185ce4c6a.zip
Make docstring more accurate
-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