We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af29e0 commit 71f0bc2Copy full SHA for 71f0bc2
doc/syntax.rst
@@ -506,10 +506,9 @@ The available presentation types for `range_type` are:
506
| | string. |
507
+---------+----------------------------------------------------------+
508
| none | Default format. The range is formatted with a separator. |
509
-| | |
510
511
512
-If `range_type` is ``'s'`` or ``'?s'``, the underlying type of the range must be a character type. The
+If `range_type` is ``'s'`` or ``'?s'``, the range element type must be a character type. The
513
``'n'`` option and `range_underlying_spec` are mutually exclusive with ``'s'`` and ``'?s'``.
514
515
The `range_underlying_spec` is parsed based on the formatter of the range's
0 commit comments