mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Docs: fix spelling of "test case" in unittest documentation (#134137)
This commit is contained in:
parent
af6b3b825f
commit
b41d79c776
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ Here is a short script to test three string methods::
|
|||
unittest.main()
|
||||
|
||||
|
||||
A testcase is created by subclassing :class:`unittest.TestCase`. The three
|
||||
A test case is created by subclassing :class:`unittest.TestCase`. The three
|
||||
individual tests are defined with methods whose names start with the letters
|
||||
``test``. This naming convention informs the test runner about which methods
|
||||
represent tests.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue