Skip to content

Commit

Permalink
Merge pull request #15 from alexandrainst/hotfix/spelling-is-hard
Browse files Browse the repository at this point in the history
feat: docstring
  • Loading branch information
AJDERS authored Nov 29, 2023
2 parents a330438 + 7e131cc commit 7458702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/build_tts_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main(cfg: DictConfig) -> None:
Raises:
ValueError: If the sampling probabilities do not include all the datasets.
URLError: If the dataset due to SSL-certificate errors.
URLError: If the dataset download fails due to SSL-certificate errors.
"""
# Get the individual datasets
datasets: dict[str, list[str]] = defaultdict()
Expand Down

0 comments on commit 7458702

Please sign in to comment.