From: Georg Brandl Date: Fri, 3 Dec 2010 19:56:42 +0000 (+0000) Subject: Fix indentation. X-Git-Tag: v3.2b1~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=500be24a64ff188b8cfcc1ad75d9b556bbf6ce86;p=thirdparty%2FPython%2Fcpython.git Fix indentation. --- diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst index bfe5e58e177c..1d623ce4f937 100644 --- a/Doc/library/difflib.rst +++ b/Doc/library/difflib.rst @@ -365,12 +365,11 @@ The :class:`SequenceMatcher` class has this constructor: 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.