Skip to content

Commit 18a8f07

Browse files
committed
Reword confusing docstring line.
1 parent 5d40c8b commit 18a8f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lsst/meas/algorithms/sourceSelector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ class RequireUnresolved(BaseLimit):
424424
def setDefaults(self):
425425
"""Set default
426426
427-
``base_ClassificationSizeExtendedness_value < 0.1`` means unresolved.
427+
Values below the threshold are unresolved.
428428
"""
429429
self.maximum = 0.1
430430

0 commit comments

Comments
 (0)