New submission from Raymond Hettinger <raymond.hettin...@gmail.com>:

The justification algorithm for the docs will sometimes split words at the end 
of a line and will add a hyphen to indicate the continuation.   This works in 
most text but is broken within a "note" directive.

For example, there dangling "im" split of "implemenation" at the end of the 
third line in the note at:
https://docs.python.org/3/library/functools.html#functools.total_ordering

Contrast this with the correct "sup-" split of "supplies" in the first sentence.

----------
assignee: docs@python
components: Documentation
messages: 363075
nosy: docs@python, rhettinger
priority: normal
severity: normal
status: open
title: Hyphens not generated for split-words in a "note" directive
type: behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39814>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to