Skip to content

Commit

Permalink
fixed function descrip
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Feb 1, 2024
1 parent 463bd23 commit 8042668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hsds/servicenode_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ async def createObject(app,
layout=None,
creation_props=None,
bucket=None):
""" create a group, ctype, or dataset object and return group json
""" create a group, ctype, or dataset object and return object json
Determination on whether a group, ctype, or dataset is created is based on:
1) if obj_type and obj_shape are set, a dataset object will be created
2) if obj_type is set but not obj_shape, a datatype object will be created
Expand Down

0 comments on commit 8042668

Please sign in to comment.