Skip to content

Commit a7b418f

Browse files
CopilotAtR1an
authored andcommitted
Fix minor docstring formatting issue
Co-authored-by: AtR1an <[email protected]>
1 parent 5920e33 commit a7b418f

File tree

1 file changed

+1
-1
lines changed
  • org.knime.python3.nodes/src/main/python/knime/extension

1 file changed

+1
-1
lines changed

org.knime.python3.nodes/src/main/python/knime/extension/parameter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ def __init__(
16881688
hidden_choices : Optional[Callable[[Optional[DialogCreationContext]], List[EnumParameterOptions]]]
16891689
Optional callable that filters which enum members are hidden in the dialog.
16901690
The callable receives a DialogCreationContext (or None) and must return a list
1691-
of enum members to hide. If None, an empty list, or not provided, all enum members are shown.
1691+
of enum members to hide. If None, empty list, or not provided, all enum members are shown.
16921692
"""
16931693
if validator is None:
16941694
validator = self._default_validator

0 commit comments

Comments
 (0)