Skip to content

Commit

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

Please sign in to comment.