https://github.com/python/cpython/commit/ec42d72f47d48f6ccb6bdfb5537f5929ba8aedd4
commit: ec42d72f47d48f6ccb6bdfb5537f5929ba8aedd4
branch: 3.13
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: picnixz <10796600+picn...@users.noreply.github.com>
date: 2025-05-17T14:03:58+02:00
summary:

[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 b41d79c776af4bfa5d28fc2036c9137978294b6a)

Co-authored-by: Clifford Gama <53076065+cliff...@users.noreply.github.com>

files:
M Doc/library/unittest.rst

diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index fa34d391d0c1d3..3e9056a458bfc3 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -110,7 +110,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.

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to