# HG changeset patch # User www-data # Date 1659997077 -3600 # Node ID c565749e0b045ad0012e9a2613f62863126a46de # Parent a31d4d38c112cca272b13915a3142fe2cf060cf5# Parent 82d0fef3d6e4950e11ddf6a42e9d469a04f20498 Merge branch 'master' of https://github.com/amsehili/auditok diff -r a31d4d38c112 -r c565749e0b04 auditok/core.py --- a/auditok/core.py Wed Nov 03 13:17:57 2021 +0000 +++ b/auditok/core.py Mon Aug 08 23:17:57 2022 +0100 @@ -668,12 +668,12 @@ @property def sampling_rate(self): - """Samling rate of audio data.""" + """Sampling rate of audio data.""" return self._sampling_rate @property def sr(self): - """Samling rate of audio data, alias for `sampling_rate`.""" + """Sampling rate of audio data, alias for `sampling_rate`.""" return self._sampling_rate @property @@ -1131,7 +1131,7 @@ immediately follows the latest delivered token: >>> from auditok.core import StreamTokenizer - >>> from StringDataSource, DataValidator + >>> from auditok.util import StringDataSource, DataValidator >>> class UpperCaseChecker(DataValidator): >>> def is_valid(self, frame):