"examples/vscode:/vscode.git/clone" did not exist on "885be1784bf64bfab301b914af844ab44dfbeffe"
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( ...@@ -40,7 +40,7 @@ def info(
format (str or None, optional): format (str or None, optional):
Override the format detection with the given format. Override the format detection with the given format.
Providing the argument might help when libsox can not infer the format Providing the argument might help when libsox can not infer the format
from header or extension, from header or extension.
Returns: Returns:
AudioMetaData: Metadata of the given audio. AudioMetaData: Metadata of the given audio.
...@@ -136,7 +136,7 @@ def load( ...@@ -136,7 +136,7 @@ def load(
format (str or None, optional): format (str or None, optional):
Override the format detection with the given format. Override the format detection with the given format.
Providing the argument might help when libsox can not infer the format Providing the argument might help when libsox can not infer the format
from header or extension, from header or extension.
Returns: Returns:
(torch.Tensor, int): Resulting Tensor and sample rate. (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