From a121f5b8918cb450b037f8c979ff69535460232e Mon Sep 17 00:00:00 2001 From: 4lex0017 Date: Sun, 24 Sep 2023 15:27:40 +0200 Subject: [PATCH] Fix Doc tags --- src/backend/modules/audio_stream_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/modules/audio_stream_io.py b/src/backend/modules/audio_stream_io.py index aa79744..8e4ac9b 100644 --- a/src/backend/modules/audio_stream_io.py +++ b/src/backend/modules/audio_stream_io.py @@ -100,7 +100,7 @@ def save_numpy_as_audio_file( :param songname: name of the song :param file_path: path to file (without filename) :param rate: samplerate of the song (Default: 100) - :param tags: dict of tags see: :func:`tag_audio_file` (Default: ()) + :param tags: dict of tags see: :func:`tag_audio_file` (Default: {}) :param extension: string of the extension (Default: ".mp3") :returns: none """