mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
HtmlDiff corrections from Dan Gass, + trimmed trailing whitespace.
This commit is contained in:
parent
d60e92a48d
commit
2ee8099bd8
1 changed files with 33 additions and 30 deletions
|
|
@ -77,9 +77,10 @@
|
||||||
wrapped.
|
wrapped.
|
||||||
|
|
||||||
\var{linejunk} and \var{charjunk} are optional keyword arguments passed
|
\var{linejunk} and \var{charjunk} are optional keyword arguments passed
|
||||||
into \code{ndiff()} (used to by \class{HtmlDiff} to generate the
|
into \code{ndiff()} (used by \class{HtmlDiff} to generate the
|
||||||
side by side HTML differences). See \code{ndiff()} documentation for
|
side by side HTML differences). See \code{ndiff()} documentation for
|
||||||
argument default values and descriptions.
|
argument default values and descriptions.
|
||||||
|
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
The following methods are public:
|
The following methods are public:
|
||||||
|
|
@ -121,8 +122,10 @@
|
||||||
documentation.
|
documentation.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\file{Tools/scripts/ndiff.py} is a command-line front-end to this class
|
\file{Tools/scripts/diff.py} is a command-line front-end to this class
|
||||||
and contains a good example of its use.
|
and contains a good example of its use.
|
||||||
|
|
||||||
|
\versionadded{2.4}
|
||||||
\end{classdesc*}
|
\end{classdesc*}
|
||||||
|
|
||||||
\begin{funcdesc}{context_diff}{a, b\optional{, fromfile\optional{, tofile
|
\begin{funcdesc}{context_diff}{a, b\optional{, fromfile\optional{, tofile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue