File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,23 +48,11 @@ The :mod:`filecmp` module defines the following functions:
4848 one of the three returned lists.
4949
5050
51- Example::
52-
53- >>> import filecmp
54- >>> filecmp.cmp('undoc.rst', 'undoc.rst')
55- True
56- >>> filecmp.cmp('undoc.rst', 'index.rst')
57- False
58-
59-
6051.. _dircmp-objects :
6152
6253The :class: `dircmp ` class
6354-------------------------
6455
65- :class: `dircmp ` instances are built using this constructor:
66-
67-
6856.. class :: dircmp(a, b, ignore=None, hide=None)
6957
7058 Construct a new directory comparison object, to compare the directories *a * and
@@ -80,7 +68,7 @@ The :class:`dircmp` class
8068
8169 .. method :: report()
8270
83- Print (to `` sys.stdout ` `) a comparison between *a * and *b *.
71+ Print (to :data: ` sys.stdout `) a comparison between *a * and *b *.
8472
8573
8674 .. method :: report_partial_closure()
You can’t perform that action at this time.
0 commit comments