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):
22 import warnings
33
44 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. "
66 "Importing backend implementation directly is no longer guaranteed to work. "
77 "Please use `backend` keyword with load/save/info function, instead of "
8- "calling the udnerlying implementation directly." ,
8+ "calling the underlying implementation directly." ,
99 stacklevel = 2 ,
1010 )
1111
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ def __getattr__(name: str):
22 import warnings
33
44 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. "
66 "Importing backend implementation directly is no longer guaranteed to work. "
77 "Please use `backend` keyword with load/save/info function, instead of "
8- "calling the udnerlying implementation directly." ,
8+ "calling the underlying implementation directly." ,
99 stacklevel = 2 ,
1010 )
1111
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ def __getattr__(name: str):
22 import warnings
33
44 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. "
66 "Importing backend implementation directly is no longer guaranteed to work. "
77 "Please use `backend` keyword with load/save/info function, instead of "
8- "calling the udnerlying implementation directly." ,
8+ "calling the underlying implementation directly." ,
99 stacklevel = 2 ,
1010 )
1111
You can’t perform that action at this time.
0 commit comments