mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 11:26:27 +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.
|
# Map tag numbers to tag info.
|
||||||
|
#
|
||||||
|
# id: (Name, Type, Length, enum_values)
|
||||||
|
#
|
||||||
TAGS = {
|
TAGS = {
|
||||||
|
|
||||||
254: ("NewSubfileType", 4, 1),
|
254: ("NewSubfileType", 4, 1),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user