Add a word joiner to prevent line break

This commit is contained in:
Victor Zverovich 2024-05-29 21:40:58 -07:00
parent cf9833f40b
commit caa97da1f5

View File

@ -344,7 +344,7 @@ The available presentation types for `range_type` are:
|--------|------------------------------------------------------------|
| none | Default format. |
| `'s'` | String format. The range is formatted as a string. |
| `'?s'` | Debug format. The range is formatted as an escaped string. |
| `'?s'` | Debug format. The range is formatted as an escaped string. |
If `range_type` is `'s'` or `'?s'`, the range element type must be a character
type. The `'n'` option and `range_underlying_spec` are mutually exclusive with