mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Small cosmetic fixes
This commit is contained in:
parent
dfde54b66f
commit
f50d6bcbb7
1 changed files with 3 additions and 6 deletions
|
|
@ -65,18 +65,15 @@ The :class:`dircmp` class
|
||||||
|
|
||||||
The :class:`dircmp` class provides the following methods:
|
The :class:`dircmp` class provides the following methods:
|
||||||
|
|
||||||
|
|
||||||
.. method:: report()
|
.. method:: report()
|
||||||
|
|
||||||
Print (to :data:`sys.stdout`) a comparison between *a* and *b*.
|
Print (to :data:`sys.stdout`) a comparison between *a* and *b*.
|
||||||
|
|
||||||
|
|
||||||
.. method:: report_partial_closure()
|
.. method:: report_partial_closure()
|
||||||
|
|
||||||
Print a comparison between *a* and *b* and common immediate
|
Print a comparison between *a* and *b* and common immediate
|
||||||
subdirectories.
|
subdirectories.
|
||||||
|
|
||||||
|
|
||||||
.. method:: report_full_closure()
|
.. method:: report_full_closure()
|
||||||
|
|
||||||
Print a comparison between *a* and *b* and common subdirectories
|
Print a comparison between *a* and *b* and common subdirectories
|
||||||
|
|
@ -133,7 +130,7 @@ The :class:`dircmp` class
|
||||||
|
|
||||||
.. attribute:: common_files
|
.. attribute:: common_files
|
||||||
|
|
||||||
Files in both *a* and *b*
|
Files in both *a* and *b*.
|
||||||
|
|
||||||
|
|
||||||
.. attribute:: common_funny
|
.. attribute:: common_funny
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue