diff --git a/pystac/link.py b/pystac/link.py index 47bd630aa..f88061090 100644 --- a/pystac/link.py +++ b/pystac/link.py @@ -455,7 +455,7 @@ def parent(cls: type[L], c: Catalog) -> L: @classmethod def collection(cls: type[L], c: Collection) -> L: - """Creates a link to an item's Collection.""" + """Creates a link to a Collection.""" return cls(pystac.RelType.COLLECTION, c, media_type=pystac.MediaType.JSON) @classmethod