Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
elgeish committed Aug 1, 2020
1 parent 80ff765 commit 77ca9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib/gradio/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def rebuild_flagged(self, dir, msg):
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):
Expand Down

0 comments on commit 77ca9ce

Please sign in to comment.