Use spaces (instead of tabs) in Mutagen post.
authorW. Trevor King <wking@drexel.edu>
Sun, 8 Jan 2012 17:38:34 +0000 (12:38 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 8 Jan 2012 17:38:34 +0000 (12:38 -0500)
posts/Mutagen.mdwn

index bcc540d2f2cab0a5da95554b4aba9c30fbcb95dc..214cc50b6f867a7bd0f4532baf41b482da959303 100644 (file)
@@ -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]: