Mercurial > hg > auditok
changeset 58:ccff9ac72d27
Merge pull request #2 from taf2/patch-2
Correct Retruns to Returns
author | Amine SEHILI <amsehili@users.noreply.github.com> |
---|---|
date | Fri, 15 Apr 2016 12:03:23 +0200 |
parents | 7d282c03323b (current diff) 3eab1065f029 (diff) |
children | c75a79b86c98 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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. """