From 2b5799fa8e1e6437744ec3ba129cadf02c874dd8 Mon Sep 17 00:00:00 2001 From: Benjamin Kirkbride Date: Thu, 20 Aug 2020 18:33:05 -0400 Subject: [PATCH] docs(common_types): removed redundant "multiple" --- pytiled_parser/common_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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