Mercurial > hg > auditok
changeset 57:3eab1065f029
Correct Retruns to Returns
minor correction comments
author | Todd <taf2@users.noreply.github.com> |
---|---|
date | Thu, 14 Apr 2016 14:08:52 -0400 |
parents | 7d282c03323b |
children | ccff9ac72d27 |
files | auditok/util.py |
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 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. """