mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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:
|
||||
|
||||
|
||||
.. method:: report()
|
||||
|
||||
Print (to :data:`sys.stdout`) a comparison between *a* and *b*.
|
||||
|
||||
|
||||
.. method:: report_partial_closure()
|
||||
|
||||
Print a comparison between *a* and *b* and common immediate
|
||||
subdirectories.
|
||||
|
||||
|
||||
.. method:: report_full_closure()
|
||||
|
||||
Print a comparison between *a* and *b* and common subdirectories
|
||||
|
|
@ -133,7 +130,7 @@ The :class:`dircmp` class
|
|||
|
||||
.. attribute:: common_files
|
||||
|
||||
Files in both *a* and *b*
|
||||
Files in both *a* and *b*.
|
||||
|
||||
|
||||
.. attribute:: common_funny
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue