Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9483bed

Browse files
author
Skip Montanaro
committed
correct typo - closes bug #129205
1 parent 3a9582f commit 9483bed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libfilecmp.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ \subsection{The \protect\class{dircmp} class \label{dircmp-objects}}
6262
Construct a new directory comparison object, to compare the
6363
directories \var{a} and \var{b}. \var{ignore} is a list of names to
6464
ignore, and defaults to \code{['RCS', 'CVS', 'tags']}. \var{hide} is a
65-
list of names to hid, and defaults to \code{[os.curdir, os.pardir]}.
65+
list of names to hide, and defaults to \code{[os.curdir, os.pardir]}.
6666
\end{classdesc}
6767

6868
\begin{methoddesc}[dircmp]{report}{}

0 commit comments

Comments
 (0)