Skip to content

Commit

Permalink
Avoid duplication in docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Duckworth <jon@radiant.earth>
  • Loading branch information
lossyrob and Jon Duckworth authored Jun 17, 2021
1 parent 5e5ffb3 commit 68df9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystac/stac_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def from_dict(
during this method call. Otherwise the dict is not mutated.
Defaults to True, which results results in a deepcopy of the
parameter. Set to False when possible to avoid the performance
hit of a deepcopy. Defaults to True.
hit of a deepcopy.
Returns:
STACObject: The STACObject parsed from this dict.
Expand Down

0 comments on commit 68df9bd

Please sign in to comment.