Skip to content

Commit 9e1f8ac

Browse files
committed
Merge branch '5.0'
* 5.0: Added choices to message parameters
2 parents 7350aac + a74015a commit 9e1f8ac

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

reference/constraints/Choice.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -333,11 +333,12 @@ choices.
333333

334334
You can use the following parameters in this message:
335335

336-
=============== ==============================================================
337-
Parameter Description
338-
=============== ==============================================================
339-
``{{ value }}`` The current (invalid) value
340-
=============== ==============================================================
336+
================= ============================================================
337+
Parameter Description
338+
================= ============================================================
339+
``{{ choices }}`` A comma-separated list of available choices
340+
``{{ value }}`` The current (invalid) value
341+
================= ============================================================
341342

342343
min
343344
~~~

0 commit comments

Comments
 (0)