Small cosmetic fixes

This commit is contained in:
Eli Bendersky 2013-03-14 14:39:51 -07:00
parent dfde54b66f
commit f50d6bcbb7

View file

@ -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