diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 16e1049b7a184b..99b9ccb8dd8f6b 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -705,7 +705,7 @@ Test cases .. method:: setUpClass() - A class method called before tests in an individual class run. + A class method called before tests in an individual class are run. ``setUpClass`` is called with the class as the only argument and must be decorated as a :func:`classmethod`::