Skip to content

Commit

Permalink
Fixed documentation for id3.ID3.save parameter v2_version
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Feb 14, 2023
1 parent 72a9fc9 commit 3cbcc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutagen/id3/_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def save(self, filething=None, v1=1, v2_version=4, v23_sep='/',
if 0, ID3v1 tags will be removed.
if 1, ID3v1 tags will be updated but not added.
if 2, ID3v1 tags will be created and/or updated
v2 (int):
v2_version (int):
version of ID3v2 tags (3 or 4).
v23_sep (text):
the separator used to join multiple text values
Expand Down

0 comments on commit 3cbcc1b

Please sign in to comment.