From ec5f7b0d9d6bd94464953f874598eacd7866b6b1 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Tue, 9 Nov 2021 18:04:50 +0100 Subject: [PATCH] Fix docs --- src/datasets/features/audio.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/datasets/features/audio.py b/src/datasets/features/audio.py index 1bac3f33ac1..10df37e03ea 100644 --- a/src/datasets/features/audio.py +++ b/src/datasets/features/audio.py @@ -16,6 +16,7 @@ class Audio: - path: String with relative path of the audio file to the archive file. - bytes: Bytes of the audio file. + This is useful for archived files with sequential access. Args: