mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
correct typo - closes bug #129205
This commit is contained in:
parent
3a9582fbe5
commit
9483bed6d9
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ Example:
|
||||||
Construct a new directory comparison object, to compare the
|
Construct a new directory comparison object, to compare the
|
||||||
directories \var{a} and \var{b}. \var{ignore} is a list of names to
|
directories \var{a} and \var{b}. \var{ignore} is a list of names to
|
||||||
ignore, and defaults to \code{['RCS', 'CVS', 'tags']}. \var{hide} is a
|
ignore, and defaults to \code{['RCS', 'CVS', 'tags']}. \var{hide} is a
|
||||||
list of names to hid, and defaults to \code{[os.curdir, os.pardir]}.
|
list of names to hide, and defaults to \code{[os.curdir, os.pardir]}.
|
||||||
\end{classdesc}
|
\end{classdesc}
|
||||||
|
|
||||||
\begin{methoddesc}[dircmp]{report}{}
|
\begin{methoddesc}[dircmp]{report}{}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue