From 6d6efdf4fdd93fd9561acec8dce0deea9c48611b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 8 Jan 2012 12:38:34 -0500 Subject: [PATCH] Use spaces (instead of tabs) in Mutagen post. --- posts/Mutagen.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/Mutagen.mdwn b/posts/Mutagen.mdwn index bcc540d..214cc50 100644 --- a/posts/Mutagen.mdwn +++ b/posts/Mutagen.mdwn @@ -7,7 +7,7 @@ note on using Mutagen to set some [ID3][] tags: >>> import mutagen.id3 >>> audio = MP3('some_file.mp3') >>> audio['TIT2'] = TIT2(encoding=3, text=["Title"]) - >>> audio.save(v1=2) # also include ID3v1 tags, when possible + >>> audio.save(v1=2) # also include ID3v1 tags, when possible ID3v2 encodings are hardcoded to the [following table][encodings]: -- 2.26.2