Skip to content

Commit 0e540d3

Browse files
authored
Update pystac/common_metadata.py
1 parent 6e47813 commit 0e540d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac/common_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def updated(self, v: datetime | None) -> None:
216216

217217
@property
218218
def roles(self) -> list[str] | None:
219-
"""Get or set the semantic roles of an object."""
219+
"""Get or set the semantic roles of the entity."""
220220
return self._get_field("roles", list[str])
221221

222222
@roles.setter

0 commit comments

Comments
 (0)