Skip to content

Commit 2872314

Browse files
authored
Typo in beginner_source/audio_preprocessing_tutorial.py
Typo in beginner_source/audio_preprocessing_tutorial.py fron > from
1 parent 2ea3972 commit 2872314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/audio_preprocessing_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def normalize(tensor):
207207
plt.plot(mu_law_encoding_waveform[0,:].numpy())
208208

209209
######################################################################
210-
# You can see how the output fron ``torchaudio.functional.mu_law_encoding`` is the same as
210+
# You can see how the output from ``torchaudio.functional.mu_law_encoding`` is the same as
211211
# the output from ``torchaudio.transforms.MuLawEncoding``.
212212
#
213213
# Now let's experiment with a few of the other functionals and visualize their output. Taking our

0 commit comments

Comments
 (0)