Skip to content

Commit b0f9b49

Browse files
committed
Fix docstrings
1 parent 1547836 commit b0f9b49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pystac/collection.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def from_coordinates(
117117
Args:
118118
coordinates : Coordinates to derive the bbox from.
119119
extra_fields : Dictionary containing additional top-level fields defined on
120-
the Spatial Extent object.
120+
the SpatialExtent object.
121121
122122
Returns:
123123
SpatialExtent: A SpatialExtent with a single bbox that covers the
@@ -438,7 +438,6 @@ class Provider:
438438
and publishes contact information.
439439
extra_fields : Optional dictionary containing additional top-level fields
440440
defined on the Provider object.
441-
object.
442441
"""
443442

444443
name: str

0 commit comments

Comments
 (0)