Commit 18b20f77 authored by moto's avatar moto Committed by Facebook GitHub Bot
Browse files

Fix doc style (#3468)

Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3468

Differential Revision: D47368070

Pulled By: mthrok

fbshipit-source-id: 9b5d57b0cb861a2556a1903121f526f8011a0e2d
parent 216146ab
...@@ -2536,7 +2536,7 @@ def forced_align( ...@@ -2536,7 +2536,7 @@ def forced_align(
For example, in str `"aabbc"`, the number of repeats are `2`. For example, in str `"aabbc"`, the number of repeats are `2`.
Note: Note:
The current version only supports ``batch_size``==1. The current version only supports ``batch_size==1``.
""" """
if blank in targets: if blank in targets:
raise ValueError(f"targets Tensor shouldn't contain blank index. Found {targets}.") raise ValueError(f"targets Tensor shouldn't contain blank index. Found {targets}.")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment