We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142ce96 commit a1e973aCopy full SHA for a1e973a
pystac/extensions/item_assets.py
@@ -52,7 +52,7 @@ def title(self, v: Optional[str]) -> None:
52
@property
53
def description(self) -> Optional[str]:
54
"""Gets or sets a description of the Asset providing additional details, such as
55
- how it was processed or created. `CommonMark 0.29 <http://commonmark.org/`__
+ how it was processed or created. `CommonMark 0.29 <http://commonmark.org/>`__
56
syntax MAY be used for rich text representation."""
57
return self.properties.get(ASSET_DESC_PROP)
58
0 commit comments