python/core-workflow

blurb can break a line after a hyphen

serhiy-storchaka opened this issue · 0 comments

Sphinx interprets the linebreak as a whitespace and adds a space after a hyphen in the rendered text.

For examples see python/cpython#7002.

There is an option for textwrap that disables breaking lines on hyphens.