Update docstring

This commit is contained in:
Mohamed El-Geish 2020-07-31 22:05:30 -07:00
parent e55c956a94
commit 180abcef39

View File

@ -184,7 +184,7 @@ class Image(AbstractOutput):
class KeyValues(AbstractOutput):
'''
Component displays a table representing values for multiple fields.
Output type: List[Tuple[str, value]]
Output type: Dict[str, value]
'''
def __init__(self, label=None):