Skip to content

Commit b903dfe

Browse files
committed
fix typo
1 parent 6ad8c3e commit b903dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac/stac_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def resolve_links(self):
442442

443443
@abstractmethod
444444
def _object_links(self):
445-
"""Inhereted classes return a list of link 'rel' types that represent
445+
"""Inherited classes return a list of link 'rel' types that represent
446446
STACObjects linked to by this object (not including root, parent or self).
447447
This can include optional relations (which may not be present).
448448
"""

0 commit comments

Comments
 (0)