8000 [3.14] Docs: fix spelling of "test case" in `unittest` documentation … · python/cpython@b43e1d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b43e1d0

Browse files
[3.14] Docs: fix spelling of "test case" in unittest documentation (GH-134137) (#134138)
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 9f1307a commit b43e1d0

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)
0