Skip to content

Commit 49ea705

Browse files
author
Joseph Franck
committed
update XMP tag doc string
1 parent e9aa654 commit 49ea705

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

imgparse/xmp_tags.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
class XMPTags:
55
"""
6-
Generic tags defaulting to an empty string.
6+
Generic tags defaulting to an empty string or a common default.
77
8-
If a sensor isn't supported for a given tag, the empty string will cause a KeyError
8+
If a sensor isn't supported for a given tag, the empty string or common default will cause a KeyError
99
to be thrown, the same as if a valid tag wasn't found.
1010
"""
1111

0 commit comments

Comments
 (0)