From 28723147deefccc5cc62f221847d8609f243d068 Mon Sep 17 00:00:00 2001 From: JuHyuk Park Date: Wed, 11 Mar 2020 14:34:18 +0900 Subject: [PATCH] Typo in beginner_source/audio_preprocessing_tutorial.py Typo in beginner_source/audio_preprocessing_tutorial.py fron > from --- beginner_source/audio_preprocessing_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginner_source/audio_preprocessing_tutorial.py b/beginner_source/audio_preprocessing_tutorial.py index fea8d3d5a88..99e20a351d8 100644 --- a/beginner_source/audio_preprocessing_tutorial.py +++ b/beginner_source/audio_preprocessing_tutorial.py @@ -207,7 +207,7 @@ def normalize(tensor): plt.plot(mu_law_encoding_waveform[0,:].numpy()) ###################################################################### -# You can see how the output fron ``torchaudio.functional.mu_law_encoding`` is the same as +# You can see how the output from ``torchaudio.functional.mu_law_encoding`` is the same as # the output from ``torchaudio.transforms.MuLawEncoding``. # # Now let's experiment with a few of the other functionals and visualize their output. Taking our