From 7c01dfde836fb3741389d466cbb39782bfb849de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85dne=20Jacobsen?= Date: Tue, 26 Sep 2023 09:45:29 +0200 Subject: [PATCH] update comments --- src/fmu/sumo/explorer/objects/dictionary.py | 2 +- src/fmu/sumo/explorer/objects/dictionary_collection.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fmu/sumo/explorer/objects/dictionary.py b/src/fmu/sumo/explorer/objects/dictionary.py index a59aca5f..9412d294 100644 --- a/src/fmu/sumo/explorer/objects/dictionary.py +++ b/src/fmu/sumo/explorer/objects/dictionary.py @@ -1,4 +1,4 @@ -"""Module containing class for polygons object""" +"""Module containing class for dictionary object""" import json from typing import Dict from sumo.wrapper import SumoClient diff --git a/src/fmu/sumo/explorer/objects/dictionary_collection.py b/src/fmu/sumo/explorer/objects/dictionary_collection.py index 80e3b5df..517abcd1 100644 --- a/src/fmu/sumo/explorer/objects/dictionary_collection.py +++ b/src/fmu/sumo/explorer/objects/dictionary_collection.py @@ -1,4 +1,4 @@ -"""Module containing class for colection of polygons """ +"""Module containing class for colection of dictionaries """ from typing import Union, List, Dict from sumo.wrapper import SumoClient from fmu.sumo.explorer.objects._child_collection import ChildCollection