]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo; clarify that the methods were removed entirely
authorAndrew Kuchling <amk@amk.ca>
Sat, 15 Jun 2013 17:29:09 +0000 (13:29 -0400)
committerAndrew Kuchling <amk@amk.ca>
Sat, 15 Jun 2013 17:29:09 +0000 (13:29 -0400)
Doc/whatsnew/3.4.rst

index 016c5088e08ba0a2c9e052e98779ccdd24253b14..92b2058bab1489a0cf40f445471380c1792b702b 100644 (file)
@@ -222,8 +222,8 @@ Deprecated Python modules, functions and methods
 ------------------------------------------------
 
 * :meth:`difflib.SequenceMatcher.isbjunk` and
-  :meth:`difflib.SequenceMatcher.isbpopulur`: use ``x in sm.bjunk`` and
-  ``x in sm.bpopular``, where sm is a :class:`~difflib.SequenceMatcher` object.
+  :meth:`difflib.SequenceMatcher.isbpopular` were removed: use ``x in sm.bjunk`` and
+  ``x in sm.bpopular``, where *sm* is a :class:`~difflib.SequenceMatcher` object.
 
 * :func:`importlib.util.module_for_loader` is pending deprecation. Using
   :func:`importlib.util.module_to_load` and