Skip to content

Commit c8a07d6

Browse files
authored
Merge pull request #839 from timgates42/bugfix/typo_separated
Fix simple typo: separted -> separated
2 parents 16aa0a3 + 159386d commit c8a07d6

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)