diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 99b9ccb8dd8f6b..17deeddd37d179 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -925,7 +925,7 @@ Test cases +---------------------------------------------------------+--------------------------------------+------------+ .. method:: assertRaises(exception, callable, *args, **kwds) - assertRaises(exception, msg=None) + assertRaises(exception, *, msg=None) Test that an exception is raised when *callable* is called with any positional or keyword arguments that are also passed to