From 59da11e353f6933a77541587c793d7b734a63e00 Mon Sep 17 00:00:00 2001 From: Kaszanas <34846245+Kaszanas@users.noreply.github.com> Date: Thu, 12 Nov 2020 23:56:24 +0100 Subject: [PATCH] Fixed link to docs in audio_preprocessing_tutorial One line fix of the link to the documentation --- 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 05843dc4456..6b34396aef9 100644 --- a/beginner_source/audio_preprocessing_tutorial.py +++ b/beginner_source/audio_preprocessing_tutorial.py @@ -60,7 +60,7 @@ # --------------- # # ``torchaudio`` supports a growing list of -# `transformations `_. +# `transformations `_. # # - **Resample**: Resample waveform to a different sample rate. # - **Spectrogram**: Create a spectrogram from a waveform.