diff options
-rw-r--r-- | Doc/library/unittest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index c6a64053db..e1d4779ae4 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -901,7 +901,7 @@ Test cases .. deprecated:: 3.1 :meth:`failUnlessRaises`. - .. versionchanged:: 3.1 + .. versionchanged:: 3.2 Added the :attr:`exc_value` attribute. |