Skip to content

Commit 3fe5ae7

Browse files
committed
python doc style update
1 parent 136a5b4 commit 3fe5ae7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/python/how-to-guides/input-tables.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ Input table validators allow you to add validation rules to input tables, ensuri
228228

229229
Deephaven provides several built-in validators:
230230

231-
- **RangeValidatingInputTable** - Validates that integer values fall within a specified range (min/max inclusive)
232-
- **DoubleRangeValidatingInputTable** - Validates that double values fall within a specified range (min/max inclusive)
233-
- **NotNullValidatingInputTable** - Validates that values in a column are not null
234-
- **NonEmptyValidatingInputTable** - Validates that string values are not empty
235-
- **StringListValidatingInputTable** - Validates that string values belong to a predefined set of allowed values
231+
- **`RangeValidatingInputTable`** - Validates that integer values fall within a specified range (min/max inclusive).
232+
- **`DoubleRangeValidatingInputTable`** - Validates that double values fall within a specified range (min/max inclusive).
233+
- **`NotNullValidatingInputTable`** - Validates that values in a column are not null.
234+
- **`NonEmptyValidatingInputTable`** - Validates that string values are not empty.
235+
- **`StringListValidatingInputTable`** - Validates that string values belong to a predefined set of allowed values.
236236

237237
### Creating validated input tables
238238

0 commit comments

Comments
 (0)