Skip to content

Commit af2a6e4

Browse files
committed
Fix typo
1 parent 5680583 commit af2a6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac/asset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def get_absolute_href(self) -> Optional[str]:
8484
href is relative).
8585
8686
Returns:
87-
str: The absolute HREF of this asset, or a relative HREF is an absolute HREF
87+
str: The absolute HREF of this asset, or a relative HREF if an absolute HREF
8888
cannot be determined.
8989
"""
9090
if not is_absolute_href(self.href):

0 commit comments

Comments
 (0)