From a81a586cde2531108f6a2cda60cd0fb3cf014902 Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Thu, 18 Jul 2024 19:33:58 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- fastkml/containers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastkml/containers.py b/fastkml/containers.py index 1b3385db..9b477b8e 100644 --- a/fastkml/containers.py +++ b/fastkml/containers.py @@ -63,9 +63,9 @@ class _Container(_Feature): """ - A Container element holds one or more Features. + A Container element that holds one or more Features. - It allows the creation of nested hierarchies. + Supports the creation of nested hierarchies. subclasses are: Document, Folder.