Skip to content

Commit

Permalink
m [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
hMatoba committed Feb 8, 2015
1 parent 8822df2 commit 533e896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Example
exif_dict = piexif.load("foo1.jpg")
for ifd in ("0th", "Exif", "GPS", "1st"):
for tag in exif_dict[ifd]:
print(ifd, tag, exif_dict[ifd][tag])
print(piexif.TAGS[ifd][tag]["name"], exif_dict[ifd][tag])

Environment
-----------
Expand Down

0 comments on commit 533e896

Please sign in to comment.