diff --git a/docs/testing.rst b/docs/testing.rst index 866c5ddd47..78282e6a32 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -273,7 +273,7 @@ which is useful when you need to run only one of mutliple tests with the same name in different classes or files. This command runs any python unit test method that matches the substring -`test_stringify` within a specified TestCass class within a specified file. +`test_stringify` within a specified TestCase class within a specified file. ::