"vscode:/vscode.git/clone" did not exist on "c11d11d63dcfc5caff40d50b8becaf303e5d9ab2"
Commit 358354aa authored by Albert Villanova del Moral's avatar Albert Villanova del Moral Committed by Facebook GitHub Bot
Browse files

Fix minor typo (#2012)

Summary:
Fix minor typo in docs.

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

Reviewed By: nateanl

Differential Revision: D32562618

Pulled By: mthrok

fbshipit-source-id: 79262a14d9b10381249602a63f400232031abaa2
parent fb2f9538
......@@ -40,7 +40,7 @@ def info(
format (str or None, optional):
Override the format detection with the given format.
Providing the argument might help when libsox can not infer the format
from header or extension,
from header or extension.
Returns:
AudioMetaData: Metadata of the given audio.
......@@ -136,7 +136,7 @@ def load(
format (str or None, optional):
Override the format detection with the given format.
Providing the argument might help when libsox can not infer the format
from header or extension,
from header or extension.
Returns:
(torch.Tensor, int): Resulting Tensor and sample rate.
......
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