From: Michael Foord Date: Sat, 25 Apr 2009 20:47:43 +0000 (+0000) Subject: Doc fix, closing issue 5826 X-Git-Tag: v3.1b1~186 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5859b869a3f2aff7adf4f1795aeb86e1aa07676b;p=thirdparty%2FPython%2Fcpython.git Doc fix, closing issue 5826 --- diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index e4d2a2428696..4e9d646cbccf 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -332,7 +332,7 @@ New, Improved, and Deprecated Modules :func:`assertDictContainsSubset`, :func:`assertListEqual`, :func:`assertTupleEqual`, :func:`assertSequenceEqual`, :func:`assertRaisesRegexp`, :func:`assertIsNone`, - and :func:`assertIsNotNot`. + and :func:`assertIsNotNone`. (Contributed by Benjamin Peterson and Antoine Pitrou.)