[Python-checkins] r86996 - python/branches/py3k/Doc/library/difflib.rst

georg.brandl python-checkins at python.org
Fri Dec 3 20:56:42 CET 2010


Author: georg.brandl
Date: Fri Dec  3 20:56:42 2010
New Revision: 86996

Log:
Fix indentation.

Modified:
   python/branches/py3k/Doc/library/difflib.rst

Modified: python/branches/py3k/Doc/library/difflib.rst
==============================================================================
--- python/branches/py3k/Doc/library/difflib.rst	(original)
+++ python/branches/py3k/Doc/library/difflib.rst	Fri Dec  3 20:56:42 2010
@@ -365,12 +365,11 @@
    they occur. All three are reset whenever *b* is reset with :meth:`set_seqs`
    or :meth:`set_seq2`.
 
-.. versionadded:: 3.2
+   .. versionadded:: 3.2
       The *bjunk* and *bpopular* attributes.
 
    :class:`SequenceMatcher` objects have the following methods:
 
-
    .. method:: set_seqs(a, b)
 
       Set the two sequences to be compared.


More information about the Python-checkins mailing list