Added doc comment

This commit is contained in:
wiredfool 2015-09-13 14:09:42 +01:00
parent 2636679868
commit bb75b2d6ad

View File

@ -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),