Control: forwarded 944330 https://github.com/sphinx-doc/sphinx/issues/6867 Control: forwarded -1 https://github.com/sphinx-doc/sphinx/issues/6867
On Sun, Nov 17, 2019 at 11:19:43AM -0800, Russ Allbery wrote: > Guillem Jover <[email protected]> writes: > > > Noticed the following instances of spurious spaces after a dash, while > > skimming over the plain text policy document: > > This seems to be some sort of bug in Sphinx, possibly in its override of > textwrap.TextWrapper. I can't reproduce this problem with TextWrapper > directly. Reassigning to Sphinx. This issue seems to be closely related to #944330. When processing a footnote, Sphinx wraps text (which leads to the word being split by hyphen), then joins it by space (so the space gets added after the hyphen) and wraps again. I have filed a bug upstream, and marking both bugs as forwarded to it. -- Dmitry Shachnev
signature.asc
Description: PGP signature
_______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
