Skip to content

Commit 68df9bd

Browse files
lossyrobJon Duckworth
andauthored
Avoid duplication in docstring
Co-authored-by: Jon Duckworth <jon@radiant.earth>
1 parent 5e5ffb3 commit 68df9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac/stac_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def from_dict(
512512
during this method call. Otherwise the dict is not mutated.
513513
Defaults to True, which results results in a deepcopy of the
514514
parameter. Set to False when possible to avoid the performance
515-
hit of a deepcopy. Defaults to True.
515+
hit of a deepcopy.
516516
517517
Returns:
518518
STACObject: The STACObject parsed from this dict.

0 commit comments

Comments
 (0)