Skip to content

Commit

Permalink
Revert "Fixed typo (pytorch#1933)" (pytorch#1934)
Browse files Browse the repository at this point in the history
This reverts commit e63af54.
  • Loading branch information
Svetlana Karslioglu authored Jun 1, 2022
1 parent e63af54 commit f5a6007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beginner_source/audio_io_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def inspect_file(path):
print(f" - {torchaudio.info(path)}")

######################################################################
# Querying audio metadata
# Quering audio metadata
# ----------------------
#
# Function ``torchaudio.info`` fetches audio metadata. You can provide
Expand Down

0 comments on commit f5a6007

Please sign in to comment.