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 5680583 commit af2a6e4Copy full SHA for af2a6e4
pystac/asset.py
@@ -84,7 +84,7 @@ def get_absolute_href(self) -> Optional[str]:
84
href is relative).
85
86
Returns:
87
- str: The absolute HREF of this asset, or a relative HREF is an absolute HREF
+ str: The absolute HREF of this asset, or a relative HREF if an absolute HREF
88
cannot be determined.
89
"""
90
if not is_absolute_href(self.href):
0 commit comments