Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adnejacobsen committed Sep 26, 2023
1 parent 60d0de1 commit 7c01dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fmu/sumo/explorer/objects/dictionary.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/fmu/sumo/explorer/objects/dictionary_collection.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7c01dfd

Please sign in to comment.