New submission from Andrew Scheller:

In the documentation for difflib.HtmlDiff.__init__ there's a couple of 
references to ``ndiff()``. I believe these should be modified to :func:`ndiff` 
(as used elsewhere in the difflib documentation) so that they get nicely 
hyperlinked in the HTML documentation.

See e.g. 
https://docs.python.org/2/library/difflib.html#difflib.HtmlDiff.__init__ and 
https://docs.python.org/3/library/difflib.html#difflib.HtmlDiff.__init__
where 'ndiff()' isn't hyperlinked, and 
https://docs.python.org/3/library/difflib.html#difflib.restore where 'ndiff()' 
*is* hyperlinked.

----------
assignee: docs@python
components: Documentation
messages: 253743
nosy: docs@python, lurchman
priority: normal
severity: normal
status: open
title: Minor difflib documentation bug
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6

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

Reply via email to