Skip to content

Commit d09c222

Browse files
committed
Add clarification to Percentage form spec's consumer model doc
1 parent a5bb7df commit d09c222

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • packages/cmk-plugin-apis/cmk/rulesets/v1/form_specs

packages/cmk-plugin-apis/cmk/rulesets/v1/form_specs/_basic.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,9 @@ class Percentage(FormSpec[float]):
281281
***************
282282
**Type**: ``float``
283283
284+
The value represents the percentage directly, not as a fraction, eg. a value
285+
of 80% is represented as 80.0
286+
284287
Arguments:
285288
**********
286289
"""

0 commit comments

Comments
 (0)