# HG changeset patch # User Amine SEHILI # Date 1460714603 -7200 # Node ID ccff9ac72d278db0050c1483e8d823e3b76bb296 # Parent 7d282c03323b9342f54f6d7ade40176e241c82b2# Parent 3eab1065f02952b74e01bfdfbb544250ba44d8e2 Merge pull request #2 from taf2/patch-2 Correct Retruns to Returns diff -r 7d282c03323b -r ccff9ac72d27 auditok/util.py --- a/auditok/util.py Mon Apr 11 22:12:17 2016 +0200 +++ b/auditok/util.py Fri Apr 15 12:03:23 2016 +0200 @@ -866,7 +866,7 @@ `data` is converted into a numerical array using the `sample_width` given in the constructor. - :Retruns: + :Returns: True if `log_energy` >= `energy_threshold`, False otherwise. """