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