[issue41988] No hyphen in broken up word in documentation

2020-10-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: Perhaps send the screenshot to the Brave devs, along with the doc url. -- ___ Python tracker ___

[issue41988] No hyphen in broken up word in documentation

2020-10-19 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I am seeing this in Brave (a Chrome derivative). Many examples in https://docs.python.org/3/library/email.html See the words "in\nterface" and "ob\nject' in the attached screenshot. -- nosy: +barry Added file: https://bugs.python.org/file49530/Scre

[issue41988] No hyphen in broken up word in documentation

2020-10-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Raymond, what viewer are you using when you see unhyphenated word breaks? -- ___ Python tracker ___ _

[issue41988] No hyphen in broken up word in documentation

2020-10-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am closing because word breakage when wrapping and justifying is an OS-browswer issue. I see the image as having two hyphenation bugs, but whoever wrote that viewer might disagree. The displayed paragraph is the first bullet point in the doc. With Firefox

[issue41988] No hyphen in broken up word in documentation

2020-10-12 Thread Raymond Hettinger
Raymond Hettinger added the comment: I've been seeing this throughout the docs. -- nosy: +rhettinger ___ Python tracker ___ ___ Pyt

[issue41988] No hyphen in broken up word in documentation

2020-10-09 Thread Mariatta
Mariatta added the comment: In the source code, we wrote it as "arithmetic" in one word. https://raw.githubusercontent.com/python/cpython/master/Doc/library/decimal.rst So I think this is either Sphinx or Docutils issue. -- nosy: +Mariatta ___ Pyt

[issue41988] No hyphen in broken up word in documentation

2020-10-09 Thread Henk-Jaap Wagenaar
New submission from Henk-Jaap Wagenaar : In the decimal module documentation: https://docs.python.org/3/library/decimal.html Arithmetic is broken up for me as "Arith\nmetic", not the missing hyphen, unless I am mistaken it should be "Arith-\nmetic". Is this a Sphinx issue? Is this a browser