Skip to content

Commit 62a7b3e

Browse files
LaurenceRawlingsphw
authored andcommitted
fix: code example for Picture in flac.py
1 parent 187b984 commit 62a7b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mutagen/flac.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ class Picture(MetadataBlock):
559559
instantiate this object without passing anything to the constructor and
560560
then set the properties manually::
561561
562-
p = Picture()
562+
pic = Picture()
563563
564564
with open("Folder.jpg", "rb") as f:
565565
pic.data = f.read()

0 commit comments

Comments
 (0)