Skip to content

Commit

Permalink
Update param.md (#6670)
Browse files Browse the repository at this point in the history
The interval should range from 5 to 15 instead of 5 to 10.
  • Loading branch information
jrycw committed Apr 5, 2024
1 parent c655b27 commit 13ce57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/explanation/dependencies/param.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class P(param.Parameterized):
The class `B` below is created with 4 *Parameters*:

- `t` is a `Number` *Parameter* that only accepts Python `int` and `float` values.
- `i` is an `Integer` *Parameter* that only accepts Python `int` values and that must be within the interval `[5, 10]`
- `i` is an `Integer` *Parameter* that only accepts Python `int` values and that must be within the interval `[5, 15]`
- `s` is a `String` *Parameter* that only accepts Python `str` values and is documented with `doc`.
- `option` is a `Selector` *Parameter* that only accepts one of the values listed in `objects`.

Expand Down

0 comments on commit 13ce57a

Please sign in to comment.