Skip to content

Commit

Permalink
Update doctring of Defects
Browse files Browse the repository at this point in the history
  • Loading branch information
plazas committed May 13, 2020
1 parent a699647 commit 5247d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/algorithms/defects.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Defects(collections.abc.MutableSequence):
Collections of defects to apply to the image.
metadata : `lsst.daf.base.PropertyList`, optional
Metadata to associate with the defects. Will be copied and
overwrite existing metadata. If not supplied the existing
overwrite existing metadata, if any. If not supplied the existing
metadata will be reset.
normalize_on_init : `bool`
If True, normalization is applied to the defects in ``defectList`` to
Expand Down

0 comments on commit 5247d8c

Please sign in to comment.