changeset 60:c75a79b86c98

Merge branch 'master' of https://github.com/amsehili/auditok
author Amine SEHILI <amine.sehili@gmail.com>
date Fri, 13 May 2016 23:01:29 +0200
parents fec5a439eb66 (current diff) ccff9ac72d27 (diff)
children 9e9c6b1a25b1 4a7a0cada270 384e2d9b43ba d276343fe86d
files
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/auditok/io.py	Fri May 13 23:00:29 2016 +0200
+++ b/auditok/io.py	Fri May 13 23:01:29 2016 +0200
@@ -97,7 +97,7 @@
             
         :Returns:
             
-            Audio data as a string of length 'N' * 'smaple_width' * 'channels', where 'N' is:
+            Audio data as a string of length 'N' * 'sample_width' * 'channels', where 'N' is:
             
             - `size` if `size` < 'left_samples'
             
--- a/auditok/util.py	Fri May 13 23:00:29 2016 +0200
+++ b/auditok/util.py	Fri May 13 23:01:29 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.
         """