# HG changeset patch # User Todd # Date 1460657332 14400 # Node ID 3eab1065f02952b74e01bfdfbb544250ba44d8e2 # Parent 7d282c03323b9342f54f6d7ade40176e241c82b2 Correct Retruns to Returns minor correction comments diff -r 7d282c03323b -r 3eab1065f029 auditok/util.py --- a/auditok/util.py Mon Apr 11 22:12:17 2016 +0200 +++ b/auditok/util.py Thu Apr 14 14:08:52 2016 -0400 @@ -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. """