File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ def __getattr__(name: str):
2
2
import warnings
3
3
4
4
warnings .warn (
5
- "Torchaudio's I/O functions now support par -call bakcend dispatch. "
5
+ "Torchaudio's I/O functions now support per -call backend dispatch. "
6
6
"Importing backend implementation directly is no longer guaranteed to work. "
7
7
"Please use `backend` keyword with load/save/info function, instead of "
8
- "calling the udnerlying implementation directly." ,
8
+ "calling the underlying implementation directly." ,
9
9
stacklevel = 2 ,
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ def __getattr__(name: str):
2
2
import warnings
3
3
4
4
warnings .warn (
5
- "Torchaudio's I/O functions now support par -call bakcend dispatch. "
5
+ "Torchaudio's I/O functions now support per -call backend dispatch. "
6
6
"Importing backend implementation directly is no longer guaranteed to work. "
7
7
"Please use `backend` keyword with load/save/info function, instead of "
8
- "calling the udnerlying implementation directly." ,
8
+ "calling the underlying implementation directly." ,
9
9
stacklevel = 2 ,
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ def __getattr__(name: str):
2
2
import warnings
3
3
4
4
warnings .warn (
5
- "Torchaudio's I/O functions now support par -call bakcend dispatch. "
5
+ "Torchaudio's I/O functions now support per -call backend dispatch. "
6
6
"Importing backend implementation directly is no longer guaranteed to work. "
7
7
"Please use `backend` keyword with load/save/info function, instead of "
8
- "calling the udnerlying implementation directly." ,
8
+ "calling the underlying implementation directly." ,
9
9
stacklevel = 2 ,
10
10
)
11
11
You can’t perform that action at this time.
0 commit comments