This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lurchman
Recipients docs@python, lurchman
Date 2015-10-30.16:21:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446222100.88.0.105008703897.issue25519@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-10-30 16:21:40lurchmansetrecipients: + lurchman, docs@python
2015-10-30 16:21:40lurchmansetmessageid: <1446222100.88.0.105008703897.issue25519@psf.upfronthosting.co.za>
2015-10-30 16:21:40lurchmanlinkissue25519 messages
2015-10-30 16:21:40lurchmancreate