Skip to content

Commit 159386d

Browse files
committed
Fix simple typo: separted -> separated
Closes #838
1 parent 16aa0a3 commit 159386d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hug/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def __call__(self, value):
299299

300300

301301
class InlineDictionary(Type, metaclass=SubTyped):
302-
"""A single line dictionary, where items are separted by commas and key:value are separated by a pipe"""
302+
"""A single line dictionary, where items are separated by commas and key:value are separated by a pipe"""
303303

304304
def __init__(self, *args, **kwargs):
305305
super().__init__(*args, **kwargs)

0 commit comments

Comments
 (0)