diff --git a/pytiled_parser/common_types.py b/pytiled_parser/common_types.py index 924685b..c560bdb 100644 --- a/pytiled_parser/common_types.py +++ b/pytiled_parser/common_types.py @@ -1,4 +1,4 @@ -"""Module containing types that are common to multiple other modules.""" +"""Module containing types that are common to other modules.""" # pylint: disable=too-few-public-methods