diff options
author | Georg Brandl <georg@python.org> | 2010-12-03 19:56:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-03 19:56:42 (GMT) |
commit | 500be24a64ff188b8cfcc1ad75d9b556bbf6ce86 (patch) | |
tree | 495134249d879c8e2441656aff56ad55e41b7d76 /Doc/library/difflib.rst | |
parent | bb48a8b59a8e8573f6ba2761c09fc1ad271d8068 (diff) | |
download | cpython-500be24a64ff188b8cfcc1ad75d9b556bbf6ce86.zip cpython-500be24a64ff188b8cfcc1ad75d9b556bbf6ce86.tar.gz cpython-500be24a64ff188b8cfcc1ad75d9b556bbf6ce86.tar.bz2 |
Fix indentation.
Diffstat (limited to 'Doc/library/difflib.rst')
-rw-r--r-- | Doc/library/difflib.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst index bfe5e58..1d623ce 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. |