Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
Fix misspelling as suggested in #30 (code review)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Oct 10, 2021
1 parent dec5e08 commit e5d8e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atoml/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ def setdefault(self, key: Union[Key, str], default: Any) -> Any:


def ends_with_withespace(it: Any) -> bool:
"""Returns ``True`` if the given item ``it`` is a ``Table`` ot ``AoT`` object
"""Returns ``True`` if the given item ``it`` is a ``Table`` or ``AoT`` object
ending with a ``Whitespace``.
"""
return (
Expand Down

0 comments on commit e5d8e4b

Please sign in to comment.