We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad8c3e commit b903dfeCopy full SHA for b903dfe
pystac/stac_object.py
@@ -442,7 +442,7 @@ def resolve_links(self):
442
443
@abstractmethod
444
def _object_links(self):
445
- """Inhereted classes return a list of link 'rel' types that represent
+ """Inherited classes return a list of link 'rel' types that represent
446
STACObjects linked to by this object (not including root, parent or self).
447
This can include optional relations (which may not be present).
448
"""
0 commit comments