From 827282f3b30d39337292c8a21194d4749246bcad Mon Sep 17 00:00:00 2001 From: jcaw Date: Fri, 20 Nov 2020 19:21:22 +0000 Subject: [PATCH] Fix typo in docstring - double "a" --- torchaudio/functional/functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchaudio/functional/functional.py b/torchaudio/functional/functional.py index b967904f2a..2ef9029a40 100644 --- a/torchaudio/functional/functional.py +++ b/torchaudio/functional/functional.py @@ -205,7 +205,7 @@ def amplitude_to_DB( This output depends on the maximum value in the input tensor, and so may return different values for an audio clip split into snippets vs. a - a full clip. + full clip. Args: x (Tensor): Input tensor before being converted to decibel scale