Skip to content

Commit

Permalink
Merge pull request #116 from 4lex0017/Fix-docs
Browse files Browse the repository at this point in the history
Fix Doc tags
  • Loading branch information
twynb authored Sep 24, 2023
2 parents e78d60b + a121f5b commit 4596d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/modules/audio_stream_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 4596d69

Please sign in to comment.