Skip to content

Commit a1e973a

Browse files
committed
docs, fix: add closing bracket
1 parent 142ce96 commit a1e973a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac/extensions/item_assets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def title(self, v: Optional[str]) -> None:
5252
@property
5353
def description(self) -> Optional[str]:
5454
"""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/`__
55+
how it was processed or created. `CommonMark 0.29 <http://commonmark.org/>`__
5656
syntax MAY be used for rich text representation."""
5757
return self.properties.get(ASSET_DESC_PROP)
5858

0 commit comments

Comments
 (0)