Skip to content

Commit 1fdb6ea

Browse files
author
SeanNaren
committed
Fixed space indent
1 parent d02dff7 commit 1fdb6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ torchaudio.save
5454
```
5555
saves a tensor into an audio file. The extension of the given path is used as the saving format.
5656
audio.save(
57-
string, # path to file
57+
string, # path to file
5858
tensor, # NSamples x NChannels 2D tensor
5959
number, # sample_rate of the audio to be saved as
6060
)

0 commit comments

Comments
 (0)