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.

classification
Title: difflib.HtmlDiff doc errors (EASY)
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: tim.peters Nosy List: dmgass, tim.peters
Priority: normal Keywords:

Created on 2004-10-13 23:45 by dmgass, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg22683 - (view) Author: Dan Gass (dmgass) Date: 2004-10-13 23:45
The following documentation errors are in
/python/dist/src/Doc/lib/libdifflib.tex:

1) make_table method of HtmlDiff class should have the
same prototype as make_file (should include numlines as
an optional argument).

2) In make_table method discussion the following
sentence should be changed:

FROM: The arguments of this method are a subset of
those for the make_file method.

TO: The arguments of this method are identical to those
for the make_file method.

---------------------------------------------------------

I was the original author of this patch.  I apologize
for this inconvenience.
msg22684 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2004-10-14 03:10
Logged In: YES 
user_id=31435

Thanks, Dan.  These repairs have been made.
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 41016
2004-10-13 23:45:04dmgasscreate