Skip to content

Commit a7f5f30

Browse files
committed
Tweak
1 parent 645af3f commit a7f5f30

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

reference/constraints/Choice.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,9 @@ Parameter Description
395395

396396
**type**: ``string`` **default**: ``-------------------``
397397

398-
This option allows you to customize separator after preferred choices.
398+
This option allows you to customize the visual separator shown after the preferred
399+
choices. You can use HTML elements like ``<hr>`` to display a more modern separator,
400+
but you'll also need to set the `separator_html`_ option to ``true``.
399401

400402
.. versionadded:: 7.1
401403

@@ -406,7 +408,9 @@ This option allows you to customize separator after preferred choices.
406408

407409
**type**: ``boolean`` **default**: ``false``
408410

409-
If this option is true, `separator`_ option will be display as HTML instead of text
411+
If this option is true, the `separator`_ option will be displayed as HTML instead
412+
of text. This is useful when using HTML elements (e.g. ``<hr>``) as a more modern
413+
visual separator.
410414

411415
.. versionadded:: 7.1
412416

0 commit comments

Comments
 (0)