Skip to content

Commit ec42d72

Browse files
[3.13] Docs: fix spelling of "test case" in unittest documentation (GH-134137) (#134139)
Docs: fix spelling of "test case" in `unittest` documentation (GH-134137) (cherry picked from commit b41d79c) Co-authored-by: Clifford Gama <53076065+cliff688@users.noreply.github.com>
1 parent c529870 commit ec42d72

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
@@ -110,7 +110,7 @@ Here is a short script to test three string methods::
110110
unittest.main()
111111

112112

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

0 commit comments

Comments
 (0)