We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16aa0a3 commit 159386dCopy full SHA for 159386d
hug/types.py
@@ -299,7 +299,7 @@ def __call__(self, value):
299
300
301
class InlineDictionary(Type, metaclass=SubTyped):
302
- """A single line dictionary, where items are separted by commas and key:value are separated by a pipe"""
+ """A single line dictionary, where items are separated by commas and key:value are separated by a pipe"""
303
304
def __init__(self, *args, **kwargs):
305
super().__init__(*args, **kwargs)
0 commit comments