Skip to content

Commit b41d79c

Browse files
authored
Docs: fix spelling of "test case" in unittest documentation (#134137)
1 parent af6b3b8 commit b41d79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Here is a short script to test three string methods::
109109
unittest.main()
110110

111111

112-
A testcase is created by subclassing :class:`unittest.TestCase`. The three
112+
A test case is created by subclassing :class:`unittest.TestCase`. The three
113113
individual tests are defined with methods whose names start with the letters
114114
``test``. This naming convention informs the test runner about which methods
115115
represent tests.

0 commit comments

Comments
 (0)