Skip to content

Commit

Permalink
Merge pull request #71 from lsst/tickets/DM-34531
Browse files Browse the repository at this point in the history
DM-34531: Fix incorrect RangeField docstrings
  • Loading branch information
parejkoj committed Jun 1, 2022
2 parents 2161031 + f8d61d0 commit 8061f95
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions python/lsst/pex/config/rangeField.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,9 @@ class RangeField(Field):
Maximum value accepted in the range. If `None`, the range has no
upper bound (equivalent to positive infinity).
inclusiveMin : `bool`, optional
If `True` (default), the ``min`` value is included in the allowed
range.
If `True`, the ``min`` value is included in the allowed range.
inclusiveMax : `bool`, optional
If `True` (default), the ``max`` value is included in the allowed
range.
If `True`, the ``max`` value is included in the allowed range.
deprecated : None or `str`, optional
A description of why this Field is deprecated, including removal date.
If not None, the string is appended to the docstring for this Field.
Expand Down

0 comments on commit 8061f95

Please sign in to comment.