Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
seems like a small typo. Currently, the link is rendered and constructed incorrectly.
  • Loading branch information
dlebauer authored and gadomski committed Nov 10, 2022
1 parent fb0e23f commit 80b96c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystac/extensions/table.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Implements the :stac-ext:`Table Extension <table>.`"""
"""Implements the :stac-ext:`Table Extension <table>`."""
from typing import Any, Dict, Generic, List, Optional, TypeVar, Union, cast

import pystac
Expand Down

0 comments on commit 80b96c8

Please sign in to comment.