Skip to content

Commit 1050622

Browse files
authored
Update pystac/common_metadata.py
1 parent 4d30aaf commit 1050622

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 keywords(self) -> list[str] | None:
219-
"""Get or set the keywords describing an object."""
219+
"""Get or set the keywords describing the STAC entity."""
220220
return self._get_field("keywords", list[str])
221221

222222
@keywords.setter

0 commit comments

Comments
 (0)