Skip to content

Commit bc8640b

Browse files
committed
Fix doc in torchaudio.backend (#2781)
Summary: address #2780 Pull Request resolved: #2781 Reviewed By: carolineechen, mthrok Differential Revision: D40556794 Pulled By: nateanl fbshipit-source-id: b24912489d41e5663b4b4dcfb8be743fb962097e
1 parent 1b444d8 commit bc8640b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/backend.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Overview
1010

1111
:mod:`torchaudio.backend` module provides implementations for audio file I/O functionalities, which are ``torchaudio.info``, ``torchaudio.load``, and ``torchaudio.save``.
1212

13-
There are currently four implementations available.
13+
There are currently two implementations available.
1414

1515
* :py:mod:`"sox_io" <torchaudio.backends.sox_io_backend>` (default on Linux/macOS)
1616
* :py:mod:`"soundfile" <torchaudio.backends.soundfile_backend>` (default on Windows)

0 commit comments

Comments
 (0)