From 9d7c3f92c10f379c74271ef7fc95a1b865b603dd Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Tue, 3 Oct 2017 16:12:11 -0400 Subject: [PATCH] Spelling mistake fix --- docs/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ::