mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Added doc comment
This commit is contained in:
parent
2636679868
commit
bb75b2d6ad
|
@ -31,7 +31,9 @@ class TagInfo(namedtuple("_TagInfo", "value name type length enum")):
|
|||
|
||||
##
|
||||
# Map tag numbers to tag info.
|
||||
|
||||
#
|
||||
# id: (Name, Type, Length, enum_values)
|
||||
#
|
||||
TAGS = {
|
||||
|
||||
254: ("NewSubfileType", 4, 1),
|
||||
|
|
Loading…
Reference in New Issue
Block a user